ComponentOne Bitmap for WPF
TextRange Constructor

C1.WPF.DX.4 Assembly > C1.Util.DX.DirectWrite Namespace > TextRange Structure : TextRange Constructor
The start position.
The length.
Initializes a new instance of the TextRange struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal startPosition As System.Integer, _
   ByVal length As System.Integer _
)
public TextRange( 
   System.int startPosition,
   System.int length
)

Parameters

startPosition
The start position.
length
The length.
See Also

Reference

TextRange Structure
TextRange Members