ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / PathGeometry1 Class / ComputePointAndSegmentAtLength Method

In This Topic
    ComputePointAndSegmentAtLength Method
    In This Topic
    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 Single, _
       ByVal startSegment As Integer, _
       ByVal worldTransform As Nullable(Of Matrix3x2), _
       ByVal flatteningTolerance As Single, _
       ByRef pointDescriptionRef As PointDescription _
    ) 
    public void ComputePointAndSegmentAtLength( 
       float length,
       int startSegment,
       Nullable<Matrix3x2> worldTransform,
       float flatteningTolerance,
       out PointDescription pointDescriptionRef
    )

    Parameters

    length
    startSegment
    worldTransform
    flatteningTolerance
    pointDescriptionRef
    See Also