[]
ID2D1PathGeometry
[Guid("2cd906a5-12e2-11dc-9fed-001143a055f9")]
public class PathGeometry : Geometry, IDisposable, IUnknown
| Name | Description |
|---|---|
| PathGeometry(IntPtr) | Initializes a new instance of the PathGeometry class. |
| Name | Description |
|---|---|
| Create(Factory) | Creates an empty PathGeometry. |
| GetFigureCount() | HRESULT ID2D1PathGeometry::GetFigureCount([Out] unsigned int* count) |
| GetSegmentCount() | HRESULT ID2D1PathGeometry::GetSegmentCount([Out] unsigned int* count) |
| Open() | HRESULT ID2D1PathGeometry::Open([Out] ID2D1GeometrySink** geometrySink) |
| Stream(GeometrySink) | Copies the contents of the path geometry to the specified GeometrySink. |
| Name | Description |
|---|---|
| explicit operator PathGeometry(IntPtr) | Performs an explicit conversion from IntPtr to PathGeometry. |