Enum D2D1DCInitializeMode
Specifies how a device context is initialized for GDI rendering when it is retrieved from the render target.
Namespace: JeremyAnsel.DirectX.D2D1
Assembly: JeremyAnsel.DirectX.D2D1.dll
Syntax
public enum D2D1DCInitializeMode
Fields
Name | Description |
---|---|
Clear | The device context is cleared to transparent black when it is initialized. |
Copy | The current contents of the render target are copied to the device context when it is initialized. |