Tiny Graphics Interfaces
|
图形对象的虚函数表(正常使用无需了解) 更多...
#include <tgi.h>
Public 成员函数 | |
void (TGIAPI *free)(TGI_Graphics *self) | |
int (TGIAPI *clear)(TGI_Graphics *self | |
int (TGIAPI *set_color)(TGI_Graphics *self | |
int (TGIAPI *set_width)(TGI_Graphics *self | |
int (TGIAPI *draw_line)(TGI_Graphics *self | |
int (TGIAPI *draw_arc)(TGI_Graphics *self | |
int (TGIAPI *draw_rect)(TGI_Graphics *self | |
int (TGIAPI *draw_ellipse)(TGI_Graphics *self | |
int (TGIAPI *draw_pie)(TGI_Graphics *self | |
int (TGIAPI *draw_polygon)(TGI_Graphics *self | |
int (TGIAPI *fill_rect)(TGI_Graphics *self | |
int (TGIAPI *fill_ellipse)(TGI_Graphics *self | |
int (TGIAPI *fill_pie)(TGI_Graphics *self | |
int (TGIAPI *fill_polygon)(TGI_Graphics *self | |
int (TGIAPI *draw_image)(TGI_Graphics *self | |
int (TGIAPI *draw_image_rect)(TGI_Graphics *self | |
int (TGIAPI *draw_image_ex)(TGI_Graphics *self | |
int (TGIAPI *draw_image_rect_ex)(TGI_Graphics *self | |
int (TGIAPI *draw_text)(TGI_Graphics *self | |
int (TGIAPI *draw_text_rect)(TGI_Graphics *self | |
成员变量 | |
TGI_Color | color |
float | width |
float | x1 |
float float | y1 |
float float float | x2 |
float float float float | y2 |
float | x |
float float | y |
float float float | width |
float float float float | height |
float float float float float | start_angle |
float float float float float float | sweep_angle |
const TGI_Point * | points |
const TGI_Point int | count |
const TGI_Image * | image |
const TGI_Image float | x |
const TGI_Image float float | y |
const TGI_Image float float float | width |
const TGI_Image float float float float | height |
const TGI_Image float float float | src_x |
const TGI_Image float float float float | src_y |
const TGI_Image float float float float float | src_width |
const TGI_Image float float float float float float | src_height |
const TGI_Image float float float float float | src_x |
const TGI_Image float float float float float float | src_y |
const TGI_Image float float float float float float float | src_width |
const TGI_Image float float float float float float float float | src_height |
const char * | text |
const char const TGI_Font * | font |
const char const TGI_Font float | x |
const char const TGI_Font float float | y |
const char const TGI_Font float float float | width |
const char const TGI_Font float float float float | height |
图形对象的虚函数表(正常使用无需了解)