Method xormod
| Improve this Doc View Sourcexormod(Boolean, out Boolean)
plxormod: Enter or leave xor mode
Declaration
public void xormod(Boolean mode, out Boolean status)
Parameters
Type | Name | Description |
---|---|---|
Boolean | mode | mode is true means enter xor mode and mode is false means leave xor mode. |
Boolean | status | Returned value of the status. modestatus of true (false) means driver is capable (incapable) of xor mode. |
Remarks
Enter (when mode is true) or leave (when mode is false) xor mode for those drivers (e.g., the xwin driver) that support it. Enables erasing plots by drawing twice the same line, symbol, etc. If driver is not capable of xor operation it returns a status of false.