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

    Parameters

    value
    The specifed number of units.

    Return Value

    Returns the position in units to document units.
    See Also