[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.PathGeometry1

PathGeometry1 Class

ID2D1PathGeometry1

Implements
Namespace: C1.Util.DX.Direct2D
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("62baa2d2-ab54-41b7-b872-787e0106a421")]
public class PathGeometry1 : PathGeometry, IDisposable, IUnknown

Constructors

Name Description
PathGeometry1(IntPtr)

Initializes a new instance of the PathGeometry1 class.

Methods

Name Description
ComputePointAndSegmentAtLength(float, int, Matrix3x2?, float, out PointDescription)

HRESULT ID2D1PathGeometry1::ComputePointAndSegmentAtLength([In] float length,[In] unsigned int startSegment,[In, Optional] const D2D_MATRIX_3X2_F* worldTransform,[In] float flatteningTolerance,[Out] D2D1_POINT_DESCRIPTION* pointDescription)

Create(Factory1)

Initializes a new instance of the PathGeometry1 class.

Operators

Name Description
explicit operator PathGeometry1(IntPtr)

Performs an explicit conversion from IntPtr to PathGeometry1.