Nevron.Diagram.WinForm Namespace / NSnapManager Class / SnapYCoordinate Method


SnapYCoordinate Method
Syntax
'Declaration
 
Protected Overridable Function SnapYCoordinate( _
   ByVal y As System.Single, _
   ByVal snapTo As SnapTargetsMask, _
   ByRef snappedY As System.Single _
) As NSnapTarget
 
'Usage
 
Dim instance As NSnapManager
Dim y As System.Single
Dim snapTo As SnapTargetsMask
Dim snappedY As System.Single
Dim value As NSnapTarget
 
value = instance.SnapYCoordinate(y, snapTo, snappedY)

Parameters

y
snapTo
snappedY
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