[]
ID2D1GeometryRealization
[Guid("a16907d7-bc02-4801-99e8-8cf7f485f774")]
public class GeometryRealization : Resource, IDisposable, IUnknown
<Guid("a16907d7-bc02-4801-99e8-8cf7f485f774")>
Public Class GeometryRealization
Inherits Resource
Implements IDisposable, IUnknown
| Name | Description |
|---|---|
| GeometryRealization(nint) | Initializes a new instance of the GeometryRealization class. |
| Name | Description |
|---|---|
| Create(DeviceContext1, Geometry, float) | Creates a device-dependent representation of the fill of the geometry that can be subsequently rendered. |
| Create(DeviceContext1, Geometry, float, float, StrokeStyle) | Creates a device-dependent representation of the stroke of a geometry that can be subsequently rendered. |
| Name | Description |
|---|---|
| explicit operator GeometryRealization(nint) | Performs an explicit conversion from nint to GeometryRealization. |