Enum D2D1CompatibleRenderTargetOptions
Specifies additional features supportable by a compatible render target when it is created.
Namespace: JeremyAnsel.DirectX.D2D1
Assembly: JeremyAnsel.DirectX.D2D1.dll
Syntax
[Flags]
public enum D2D1CompatibleRenderTargetOptions
Fields
| Name | Description |
|---|---|
| GdiCompatible | The render target supports interoperability with the Windows Graphics Device Interface (GDI). |
| None | The render target supports no additional features. |