CanvasTextLayoutGetInlineObject Method |
Gets the inline object for the character at the position specified.
Namespace:
Microsoft.Graphics.Canvas.Text
Assembly:
Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax public ICanvasTextInlineObject GetInlineObject(
int characterIndex
)
Parameters
- characterIndex
- Type: SystemInt32
Return Value
Type:
ICanvasTextInlineObjectSee Also