Click or drag to resize
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
C#
public ICanvasTextInlineObject GetInlineObject(
	int characterIndex
)

Parameters

characterIndex
Type: SystemInt32

Return Value

Type: ICanvasTextInlineObject
See Also