- Function/Meaning
-
Number of threads used for drawing
- Type
-
Property of the System class (read/write)
- Description
-
Represents the number of threads used by the KiriKiri layer system during drawing. You can also set this value.
If dtnAuto is specified, the same number of threads as the number of processors recognized by the OS will be automatically assigned.
By setting multiple drawing threads, it may be possible to improve drawing performance in multi-core environments, but conversely, performance may decrease.
Good results may be obtained by applying this to processes with large drawing areas, high-load Affine-related processes, or heavy layer composition processes.
Even if set to use multi-threading, if the system determines that the drawing load is light and the effect of multi-threading cannot be obtained, it may not be executed in multi-threaded mode.