Checks if the specifed point is this control point.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
Public Overrides Function HitTest ( _ point As Point, _ coordinateMapper As ICoordinateMapper _ ) As Boolean
public override bool HitTest( Point point, ICoordinateMapper coordinateMapper )
Type: System.Drawing.Point
The point to check.As the control point does not know anything about control scroll bars position and its zoom, it simply uses the specifed coordinateMapper to transform its own (workspace) coordinates to control coordinates.