[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.DirectWrite.TextRange

Struct TextRange

Namespace
GrapeCity.Documents.DX.DirectWrite
Assembly
GcDocs.DX.Windows.dll

DWRITE_TEXT_RANGE

public struct TextRange
Inherited Members
System.ValueType.Equals(object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()

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

unsigned int length

public int Length

Field Value

int

StartPosition

unsigned int startPosition

public int StartPosition

Field Value

int