[]
        
(Showing Draft Content)

C1.Util.DX.DirectWrite.TextRange.-ctor

TextRange Constructor

TextRange(int, int)

Initializes a new instance of the TextRange struct.

Declaration
public TextRange(int startPosition, int length)
Public Sub New(startPosition As Integer, length As Integer)
Parameters
Type Name Description
int startPosition

The start position.

int length

The length.