GoDiagram Web Reference
FindNearestGridPoint Method (GoView)

A PointF in document coordinates.
Find the nearest Grid point to a given point.
Syntax
'Declaration
 
Public Function FindNearestGridPoint( _
   ByVal p As PointF _
) As PointF
public PointF FindNearestGridPoint( 
   PointF p
)

Parameters

p
A PointF in document coordinates.

Return Value

A PointF grid point in document coordinates.
Remarks
This just calls this.Grid.FindNearestGridPoint.
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

Reference

GoView Class
GoView Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback