'Declaration
Protected Overloads Overridable Function SnapPoint( _ ByVal pointType As SnappedPointType, _ ByVal point As NPointF, _ ByVal shape As NShape, _ ByVal skipInward As System.Boolean, _ ByVal skipOutward As System.Boolean, _ ByVal snapTo As SnapTargetsMask _ ) As NSnapPointResult
'Usage
Dim instance As NSnapManager Dim pointType As SnappedPointType Dim point As NPointF Dim shape As NShape Dim skipInward As System.Boolean Dim skipOutward As System.Boolean Dim snapTo As SnapTargetsMask Dim value As NSnapPointResult value = instance.SnapPoint(pointType, point, shape, skipInward, skipOutward, snapTo)
protected virtual NSnapPointResult SnapPoint( SnappedPointType pointType, NPointF point, NShape shape, System.bool skipInward, System.bool skipOutward, SnapTargetsMask snapTo )
Parameters
- pointType
- point
- shape
- skipInward
- skipOutward
- snapTo