ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / TextRange Structure / TextRange Constructor
The start position.
The length.

In This Topic
    TextRange Constructor
    In This Topic
    Initializes a new instance of the TextRange struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal startPosition As Integer, _
       ByVal length As Integer _
    )
    public TextRange( 
       int startPosition,
       int length
    )

    Parameters

    startPosition
    The start position.
    length
    The length.
    See Also