Window.drawDevice

機能/意味
Drawing device
タイプ
Windowクラスのプロパティ (読み書き可能)
説明
 Represents a drawing device object.
 You can also set a value. Setting the value will automatically invalidate (invalidate) the drawing device previously specified for this window.
 By default, an instance of the class Window.BasicDrawDevice is specified.
 For details of Window.BasicDrawDevice, please refer to the description in core/visual/win32/BasicDrawDevice.cpp of the Kirikiri source.
 If you want to specify your own drawing device (the one provided by the plugin), follow the plugin's documentation.