GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoRuler Class / ConvertDocToPixel Method
The specified measure in document units.
In This Topic
    ConvertDocToPixel Method
    In This Topic
    Gets the measure on the control in pixels at the specified document value.
    Syntax
    public float ConvertDocToPixel( 
       double docMeasure
    )

    Parameters

    docMeasure
    The specified measure in document units.

    Return Value

    Returns the position in pixels at the specified document value.
    See Also