Nevron.Diagram.WinForm Namespace / NSnapManager Class / SnapPoint Method / SnapPoint(SnappedPointType,NPointF,NShape,Boolean,Boolean,SnapTargetsMask) Method


SnapPoint(SnappedPointType,NPointF,NShape,Boolean,Boolean,SnapTargetsMask) Method
Syntax
'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)

Parameters

pointType
point
shape
skipInward
skipOutward
snapTo
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