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

Gets 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 Get(
	int index
)
Function Get ( _
	index As Integer _
) As Bitmap
Bitmap^ Get(
	int index
)

Parameters

index
Int32
Object ID.

Return Value

Bitmap object or null.

See Also