.\" This page was automatically generated. Do not edit! .\" .TH PLGDRAWMODE 3plplot "March, 2024" "" "PLplot API" .SH NAME \fBplgdrawmode\fP - Get drawing mode (depends on device support!) .SH SYNOPSIS \fBplgdrawmode\fP() .SH DESCRIPTION .P 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 \fBplsdrawmode\fP(3plplot). .P Redacted form: \fBplgdrawmode()\fP .P This function is used in example 34. .SH AUTHORS Many developers (who are credited at http://plplot.org/credits.php) have contributed to PLplot over its long history. .SH SEE ALSO PLplot documentation at http://plplot.org/documentation.php.