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

    Parameters

    s
    A SizeF in document coordinates.

    Return Value

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