Enum D2D1WindowStates
Describes whether a window is occluded.
Namespace: JeremyAnsel.DirectX.D2D1
Assembly: JeremyAnsel.DirectX.D2D1.dll
Syntax
[Flags]
public enum D2D1WindowStates
Fields
Name | Description |
---|---|
None | The window is not occluded. |
Occluded | The window is occluded. |