[]
Creates a render target that draws to a Windows Graphics Device Interface (GDI) device context.
public static DeviceContextRenderTarget Create(Factory factory, ref RenderTargetProperties properties)
Type | Name | Description |
---|---|---|
Factory | factory | an instance of Factory |
RenderTargetProperties | properties | The rendering mode, pixel format, remoting options, DPI information, and the minimum DirectX support required for hardware rendering. To enable the device context (DC) render target to work with GDI, set the DXGI format to B8G8R8A8_UNorm and the alpha mode to Premultiplied or D2D1_ALPHA_MODE_IGNORE. For more information about pixel formats, see {{Supported Pixel Formats and Alpha Modes}}. |
Type | Description |
---|---|
DeviceContextRenderTarget |