[This is preliminary documentation and is subject to change.]

Gets or sets texture of object at specified index.

Namespace:  MulLib
Assembly:  MulLib (in MulLib.dll) Version: 1.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
Bitmap this[
	int index
] { get; set; }
Default Property Item ( _
	index As Integer _
) As Bitmap
property Bitmap^ default[int index] {
	Bitmap^ get (int index);
	void set (int index, Bitmap^ value);
}

Parameters

index
Int32
Object ID.

Return Value

Bitmap object or null.

See Also