ID2D1PathGeometry1::ComputePointAndSegmentAtLength methods
Overload list
| Method | Description |
|---|---|
| ComputePointAndSegmentAtLength (FLOAT, UINT, D2D1_MATRIX_3X2_F*, D2D1_POINT_DESCRIPTION*) |
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. |
| ComputePointAndSegmentAtLength (FLOAT, UINT, D2D1_MATRIX_3X2_F&, D2D1_POINT_DESCRIPTION*) |
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. |
| ComputePointAndSegmentAtLength (FLOAT, UINT, D2D1_MATRIX_3X2_F*, FLOAT, D2D1_POINT_DESCRIPTION*) |
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. |
| ComputePointAndSegmentAtLength (FLOAT, UINT, D2D1_MATRIX_3X2_F&, FLOAT, D2D1_POINT_DESCRIPTION*) |
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. |
See also