Show / Hide Table of Contents

    Method gvpw

    | Improve this Doc View Source

    gvpw(out Double, out Double, out Double, out Double)

    plgvpw: Get viewport limits in world coordinates

    Declaration
    public void gvpw(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 world coordinate in x.

    Double p_xmax

    Returned value of the upper viewport limit of the world coordinate in x.

    Double p_ymin

    Returned value of the lower viewport limit of the world coordinate in y.

    Double p_ymax

    Returned value of the upper viewport limit of the world coordinate in y.

    Remarks

    Get viewport limits in world coordinates.

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