Show / Hide Table of Contents

    Method gdrawmode

    gdrawmode()

    plgdrawmode: Get drawing mode (depends on device support!)

    Declaration
    public static DrawMode gdrawmode()
    Returns
    Type Description
    DrawMode
    Remarks

    Get drawing mode. Note only one device driver (cairo) currently supports this at the moment, and for that case the PLINT value returned by this function is one of PL_DRAWMODE_DEFAULT, PL_DRAWMODE_REPLACE, PL_DRAWMODE_XOR, or PL_DRAWMODE_UNKNOWN. This function returns PL_DRAWMODE_UNKNOWN for the rest of the device drivers. See also plsdrawmode.

    Back to top Generated by DocFX