[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.PathGeometry1.ComputePointAndSegmentAtLength

ComputePointAndSegmentAtLength Method

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)

Declaration
public void ComputePointAndSegmentAtLength(float length, int startSegment, Matrix3x2? worldTransform, float flatteningTolerance, out PointDescription pointDescriptionRef)
Parameters
Type Name Description
float length
int startSegment
Matrix3x2? worldTransform
float flatteningTolerance
PointDescription pointDescriptionRef