ComponentOne Bitmap for UWP
ComputePointAndSegmentAtLength Method

C1.UWP.DX Assembly > C1.Util.DX.Direct2D Namespace > PathGeometry1 Class : ComputePointAndSegmentAtLength Method
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)
Syntax
'Declaration
 
Public Sub ComputePointAndSegmentAtLength( _
   ByVal length As System.Single, _
   ByVal startSegment As System.Integer, _
   ByVal worldTransform As System.Nullable(Of Matrix3x2), _
   ByVal flatteningTolerance As System.Single, _
   ByRef pointDescriptionRef As PointDescription _
) 
public void ComputePointAndSegmentAtLength( 
   System.float length,
   System.int startSegment,
   System.Nullable<Matrix3x2> worldTransform,
   System.float flatteningTolerance,
   out PointDescription pointDescriptionRef
)

Parameters

length
startSegment
worldTransform
flatteningTolerance
pointDescriptionRef
See Also

Reference

PathGeometry1 Class
PathGeometry1 Members