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
Fields
Length
No documentation.
public int Length
Field Value
StartPosition
No documentation.
public int StartPosition