Click or drag to resize
CanvasTextLayoutRegion Structure
A struct describing the result of a hit test operation.

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

The CanvasTextLayoutRegion type exposes the following members.

Fields
  NameDescription
Public fieldCharacterCount
A number of characters, counted from the PositionInText, used for describing a range of characters.
Public fieldCharacterIndex
The position index within a piece of text.
Public fieldLayoutBounds
A rectangle describing the bounds of a piece of text.
Top
See Also