FreeImage3D sprite

Parameters

sprite - handle of existing sprite

Description

Frees an existing sprite and it's associated brush/texture.

Example

Include "Sprite Control.bb"

SpriteGraphics3D 640,480

mysprite=LoadImage3D("test.bmp")
Freeimage3D mysprite

End


Index