DX9ToolsR4 - Created by: X

D3DGraphicFontAnimated.Chars Property

Retrieves the source rectange for the character.

[Visual Basic]
Public Default Property Chars( _
   ByVal Index As Integer _
) As AnimatedStripCollection
[C#]
public Collections.AnimatedStripCollection this[
   int Index
] {get; set;}

Parameters

Index
The Index parameter represents a characters ASCII code. See Example.

See Also

D3DGraphicFontAnimated Class | CBX.Libs.DX9ToolsR4 Namespace