Method sdrawmode
| Improve this Doc View Sourcesdrawmode(DrawMode)
plsdrawmode: Set drawing mode (depends on device support!)
Declaration
public void sdrawmode(DrawMode mode)
Parameters
Type | Name | Description |
---|---|---|
DrawMode | mode | Control variable which species the drawing mode (one of PL_DRAWMODE_DEFAULT, PL_DRAWMODE_REPLACE, or PL_DRAWMODE_XOR) to use. |
Remarks
Set drawing mode. Note only one device driver (cairo) currently supports this at the moment. See also plgdrawmode.