- Function/Meaning
-
Drawing device
- Type
-
Property of Window class (read/write)
- Description
-
Represents the drawing device object.
You can also set a value. When a value is set, the drawing device previously specified for this window is automatically invalidated.
By default, an instance of the Window.BasicDrawDevice class is specified.
For details on Window.BasicDrawDevice, please also refer to the explanation in core/visual/win32/BasicDrawDevice.cpp in the KiriKiri source code.
If you specify a custom drawing device (provided by a plugin), please follow that plugin's documentation.