System.drawThreadNum

機能/意味
Number of threads used for drawing
タイプ
Systemクラスのプロパティ (読み書き可能)
説明
 This indicates the number of threads used by the Kirikiri layer system when drawing. You can also set a value.
 If you specify dtnAuto, the same number of threads as the number of processors recognized by the OS are automatically allocated.
 Setting multiple drawing threads may improve drawing performance in a multi-core environment, but may also degrade performance.
 Good results may be obtained by applying it to processing with a large drawing area, high-affinity Affine-based processing, or layer-compositing processing with heavy computation.
 Even if it is set to use multi-threading, if the system determines that the drawing processing load is light and the effect of multi-threading cannot be obtained, it may not be executed in multi-threading.