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 = 0There were no changes.
Properties = 1The properties of the effect changed.
Context = 2The context state changed.
Graph = 3The effect’s transform graph has changed. This happens only when an effect supports a variable input count.