GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoRuler Class / ConvertPixelToDoc Method
The specified pixel measure.
In This Topic
    ConvertPixelToDoc Method
    In This Topic
    Gets the document position from the specified pixel measure on the ruler.
    Syntax
    public double ConvertPixelToDoc( 
       float pixelMeasure
    )

    Parameters

    pixelMeasure
    The specified pixel measure.

    Return Value

    Returns the measure in document units.
    See Also