SelectManyPoints Method
When overriden in derived classes, called to perform selection of all the PointMarkers located inside the rectangle, formed by startPoint and endPoint.
Syntax
protected virtual void SelectManyPoints( Point startPoint, Point endPoint, SelectionMode selectionMode )
Parameters
- startPoint
- The mouse point where selection started, translated relative to ApiElementBase.ModifierSurface.
- endPoint
- he mouse point where selection ended, translated relative to ApiElementBase.ModifierSurface.
- selectionMode
- Determines selection behavior.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also