Drawing speed
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public enum IEFastDrawing
Public Enumeration IEFastDrawing
public enum class IEFastDrawing
Members
Member | Value | Description |
---|---|---|
Fast | 0 |
Layer draw quality is reduced to speed up display (only affects drawing)
|
Delayed | 1 |
Fast drawing is used while rotating, moving or resizing layers. After a delay, layers are then drawn at normal quality
|
Normal | 2 |
Layers are drawn at normal quality
|