GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoDrawUnits Class / ConvertY Method
In This Topic
    ConvertY Method
    In This Topic
    Convert a measurement in one GoDrawUnit to another one, assuming the measurement is along the Y axis.
    Syntax
    public static double ConvertY( 
       double val,
       GoDrawUnit from,
       GoDrawUnit to
    )

    Parameters

    val
    from
    to
    See Also