ID2D1PathGeometry1 interface
The ID2D1PathGeometry1 interface adds functionality to ID2D1PathGeometry. In particular, it provides the path geometry-specific ComputePointAndSegmentAtLength method.
When to implement
Custom implementations are not supported.
Members
The ID2D1PathGeometry1 interface inherits from ID2D1PathGeometry. ID2D1PathGeometry1 also has these types of members:
Methods
The ID2D1PathGeometry1 interface has these methods.
| Method | Description |
|---|---|
| ComputePointAndSegmentAtLength | Overloaded. 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. |
Remarks
This interface adds functionality to ID2D1PathGeometry.
Requirements
|
Minimum supported client |
Windows 8 and Platform Update for Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps] |
|
Header |
|
|
DLL |
|
See also