ID2D1PathGeometry1 interface (d2d1_1.h)

The ID2D1PathGeometry1 interface adds functionality to ID2D1PathGeometry. In particular, it provides the path geometry-specific ComputePointAndSegmentAtLength method.

Inheritance

The ID2D1PathGeometry1 interface inherits from ID2D1PathGeometry. ID2D1PathGeometry1 also has these types of members:

Methods

The ID2D1PathGeometry1 interface has these methods.

 
ID2D1PathGeometry1::ComputePointAndSegmentAtLength

Computes the point that exists at a given distance along the path geometry along with the index of the segment the point is on and the directional vector at that point. (overload 1/4)
ID2D1PathGeometry1::ComputePointAndSegmentAtLength

Computes the point that exists at a given distance along the path geometry along with the index of the segment the point is on and the directional vector at that point. (overload 3/4)
ID2D1PathGeometry1::ComputePointAndSegmentAtLength

Computes the point that exists at a given distance along the path geometry along with the index of the segment the point is on and the directional vector at that point. (overload 2/4)
ID2D1PathGeometry1::ComputePointAndSegmentAtLength

Computes the point that exists at a given distance along the path geometry along with the index of the segment the point is on and the directional vector at that point. (overload 4/4)

Remarks

This interface adds functionality to ID2D1PathGeometry.

Requirements

Requirement Value
Minimum supported client Windows 8 and Platform Update for Windows 7 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps | UWP apps]
Target Platform Windows
Header d2d1_1.h

See also

ID2D1PathGeometry