DX9ToolsR4 - Created by: X

D3DGraphicFont.UseTextureIndex Property

UseTextureIndex is used to determin weather or not to use a internal texture reference or retrieve the texture using a index into a collection or array.

[Visual Basic]
NotOverridable Public Property UseTextureIndex As Boolean Implements _
   ITextureReference.UseTextureIndex
[C#]
public bool UseTextureIndex {get; set;}

Implements

ITextureReference.UseTextureIndex

See Also

D3DGraphicFont Class | CBX.Libs.DX9ToolsR4 Namespace