The hit-test mouse point, translated relative to ApiElementBase.ModifierSurface.
Determines selection behavior.
SelectSinglePoint Method
When overriden in derived classes, called to perform selection of all the PointMarkers located at mouse point.
Syntax
protected virtual void SelectSinglePoint( 
   Point mousePoint,
   SelectionMode selectionMode
)

Parameters

mousePoint
The hit-test mouse point, 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