[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.PathGeometry

PathGeometry Class

ID2D1PathGeometry

Implements
Namespace: C1.Util.DX.Direct2D
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("2cd906a5-12e2-11dc-9fed-001143a055f9")]
public class PathGeometry : Geometry, IDisposable, IUnknown

Constructors

Name Description
PathGeometry(IntPtr)

Initializes a new instance of the PathGeometry class.

Methods

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.

Operators

Name Description
explicit operator PathGeometry(IntPtr)

Performs an explicit conversion from IntPtr to PathGeometry.