Checks if a point with specified coordinates belongs to the v-object.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
Public MustOverride Function HitTest ( _ point As PointF, _ precisionDelta As Single _ ) As Boolean
Type: System.Drawing.PointF
The coordinates of a point to check.Type: System.Single
Desired precision.