GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / FindNearestGridPoint Method
A PointF in document coordinates.
In This Topic
    FindNearestGridPoint Method (GoView)
    In This Topic
    Find the nearest Grid point to a given point.
    Syntax
    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.
    See Also