'Declaration
Function SnapY( _ ByVal y As System.Single, _ ByVal context As NSnapContext, _ ByRef snappedY As System.Single _ ) As System.Boolean
'Usage
Dim instance As INYCoordinateSnapper Dim y As System.Single Dim context As NSnapContext Dim snappedY As System.Single Dim value As System.Boolean value = instance.SnapY(y, context, snappedY)
System.bool SnapY( System.float y, NSnapContext context, ref System.float snappedY )
Parameters
- y
- context
- snappedY