Table of Contents

Struct TextRange

Namespace
SharpDX.DirectWrite
Assembly
SharpDX.Direct2D1.dll

Specifies a range of text positions where format is applied in the text represented by an TextLayout object.

public struct TextRange
Inherited Members

Constructors

TextRange(int, int)

Initializes a new instance of the TextRange struct.

public TextRange(int startPosition, int length)

Parameters

startPosition int

The start position.

length int

The length.

Fields

Length

No documentation.

public int Length

Field Value

int

StartPosition

No documentation.

public int StartPosition

Field Value

int