Show / Hide Table of Contents

    Method svpa

    | Improve this Doc View Source

    svpa(Double, Double, Double, Double)

    plsvpa: Specify viewport in absolute coordinates

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

    The distance of the left-hand edge of the viewport from the left-hand edge of the subpage in millimeters.

    Double xmax

    The distance of the right-hand edge of the viewport from the left-hand edge of the subpage in millimeters.

    Double ymin

    The distance of the bottom edge of the viewport from the bottom edge of the subpage in millimeters.

    Double ymax

    The distance of the top edge of the viewport from the bottom edge of the subpage in millimeters.

    Remarks

    Alternate routine to plvpor for setting up the viewport. This routine should be used only if the viewport is required to have a definite size in millimeters. The routine plgspa is useful for finding out the size of the current subpage.

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