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

    Parameters

    p
    A PointF in document coordinates.

    Return Value

    The corresponding Point in view 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 document coordinates to view coordinates. Note that because documents are often larger than the views, many object positions will often have corresponding view positions outside the view's client area.
    See Also