CanvasTextLayoutGetFormatChangeIndices Method |
Gets an array of position indices at which the text format changes.
Namespace:
Microsoft.Graphics.Canvas.Text
Assembly:
Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax public int[] GetFormatChangeIndices()
Return Value
Type:
Int32Remarks By convention, an empty string will yield an array containing only {0}.
See Also