Click or drag to resize
CanvasCharacterRange Structure
Describes a range of characters.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public struct CanvasCharacterRange

The CanvasCharacterRange type exposes the following members.

Fields
  NameDescription
Public fieldCharacterCount
The number of characters.
Public fieldCharacterIndex
The index into the original string.
Top
See Also