FreeImage()
语法
FreeImage(#Image)概要
Free the specified image and release its associated memory.
参数
#Image The image to free. If #PB_All is specified, all the remaining images are freed.
返回值
无.
Remarks
All remaining images are automatically freed when the program ends.
参阅
CreateImage(), LoadImage(), CatchImage(), CopyImage(), GrabImage()
已支持操作系统
所有