GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / ConvertViewToDoc Method / ConvertViewToDoc(Point) Method
A Point in view coordinates.
In This Topic
    ConvertViewToDoc(Point) Method
    In This Topic
    Given a point in this view, calculate the corresponding point in the view's document.
    Syntax
    public virtual PointF ConvertViewToDoc( 
       Point p
    )

    Parameters

    p
    A Point in view coordinates.

    Return Value

    The corresponding PointF in document coordinates.
    Remarks
    This method takes this view's current position in the document, and the current view scale, into account when computing the transformation from view coordinates to document coordinates.
    See Also