[]
DWRITE_TEXT_RANGE
public struct TextRange
Initializes a new instance of the TextRange struct.
public TextRange(int startPosition, int length)
startPosition
intThe start position.
length
intThe length.
unsigned int length
public int Length
unsigned int startPosition
public int StartPosition