[]
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)
public void ComputePointAndSegmentAtLength(float length, int startSegment, Matrix3x2? worldTransform, float flatteningTolerance, out PointDescription pointDescriptionRef)
Type | Name | Description |
---|---|---|
float | length | |
int | startSegment | |
Matrix3x2? | worldTransform | |
float | flatteningTolerance | |
PointDescription | pointDescriptionRef |