Click or drag to resize
CanvasTextLayoutSetInlineObject Method
Sets the inline object for a specified group of characters.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public void SetInlineObject(
	int characterIndex,
	int characterCount,
	ICanvasTextInlineObject inlineObject
)

Parameters

characterIndex
Type: SystemInt32
characterCount
Type: SystemInt32
inlineObject
Type: Microsoft.Graphics.Canvas.TextICanvasTextInlineObject
Remarks
It's valid to use the same inline object for multiple character positions.
See Also