Show / Hide Table of Contents

    Method gspa

    | Improve this Doc View Source

    gspa(out Double, out Double, out Double, out Double)

    plgspa: Get current subpage parameters

    Declaration
    public void gspa(out Double xmin, out Double xmax, out Double ymin, out Double ymax)
    Parameters
    Type Name Description
    Double xmin

    Returned value of the position of the left hand edge of the subpage in millimeters.

    Double xmax

    Returned value of the position of the right hand edge of the subpage in millimeters.

    Double ymin

    Returned value of the position of the bottom edge of the subpage in millimeters.

    Double ymax

    Returned value of the position of the top edge of the subpage in millimeters.

    Remarks

    Gets the size of the current subpage in millimeters measured from the bottom left hand corner of the output device page or screen. Can be used in conjunction with plsvpa for setting the size of a viewport in absolute coordinates (millimeters).

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