Enum CompatibleDeviceContextOptions
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
Specifies additional features supportable by a compatible device context when it is created.
This enumeration allows a bitwise combination of its member values.
D2D1_COMPATIBLE_RENDER_TARGET_OPTIONS
[Flags]
public enum CompatibleDeviceContextOptions
Fields
None = 0
The render target supports no additional features.
GdiCompatible = 1
The render target supports interoperability with the Windows Graphics Device Interface (GDI).