Show / Hide Table of Contents

    Method gvpd

    | Improve this Doc View Source

    gvpd(out Double, out Double, out Double, out Double)

    plgvpd: Get viewport limits in normalized device coordinates

    Declaration
    public void gvpd(out Double p_xmin, out Double p_xmax, out Double p_ymin, out Double p_ymax)
    Parameters
    Type Name Description
    Double p_xmin

    Returned value of the lower viewport limit of the normalized device coordinate in x.

    Double p_xmax

    Returned value of the upper viewport limit of the normalized device coordinate in x.

    Double p_ymin

    Returned value of the lower viewport limit of the normalized device coordinate in y.

    Double p_ymax

    Returned value of the upper viewport limit of the normalized device coordinate in y.

    Remarks

    Get viewport limits in normalized device coordinates.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX