GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoRuler Class / ConvertDocToUnits Method
The specified document measure.
In This Topic
    ConvertDocToUnits Method
    In This Topic
    Converts a measure in document units to a measure in the current units of the ruler.
    Syntax
    public double ConvertDocToUnits( 
       double value
    )

    Parameters

    value
    The specified document measure.

    Return Value

    The document measure in the ruler's specified units.
    See Also