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

    Parameters

    s
    A Size in view coordinates.

    Return Value

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