DX9ToolsR4 - Created by: X

D3DGraphicFont.Chars Property

Retrieves the source rectange for the character.

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

Parameters

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

See Also

D3DGraphicFont Class | CBX.Libs.DX9ToolsR4 Namespace