ID2D1DeviceContext1 interface
Enables creation and drawing of geometry realization objects.
Members
The ID2D1DeviceContext1 interface inherits from ID2D1DeviceContext. ID2D1DeviceContext1 also has these types of members:
Methods
The ID2D1DeviceContext1 interface has these methods.
| Method | Description |
|---|---|
| CreateFilledGeometryRealization |
Creates a device-dependent representation of the fill of the geometry that can be subsequently rendered. |
| CreateStrokedGeometryRealization |
Creates a device-dependent representation of the stroke of a geometry that can be subsequently rendered. |
| DrawGeometryRealization |
Renders a given geometry realization to the target with the specified brush. |
Requirements
|
Minimum supported client |
Windows 8.1 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps] |
|
Header |
|
|
Library |
|
See also