Tiny Graphics Interfaces
|
图片对象的虚函数表(正常使用无需了解) 更多...
#include <tgi.h>
Public 成员函数 | |
void (TGIAPI *free)(TGI_Image *self) | |
TGI_Image *TGIAPI * | clone (TGI_Image *self) |
int (TGIAPI *get_size)(TGI_Image *self | |
TGI_Graphics *TGIAPI * | create_graphics (TGI_Image *self) |
成员变量 | |
TGI_Rect * | rect |
图片对象的虚函数表(正常使用无需了解)