Enum ChangeType
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
Describes the changes that prompted the need to render an effect.
D2D1_CHANGE_TYPE
public enum ChangeType
Fields
None = 0
There were no changes.
Properties = 1
The properties of the effect changed.
Context = 2
The context state changed.
Graph = 3
The effect’s transform graph has changed. This happens only when an effect supports a variable input count.