Tiny Graphics Interfaces
载入中...
搜索中...
未找到
Public 成员函数 | 成员变量
vtable_TGI_Graphics_t结构体 参考

图形对象的虚函数表(正常使用无需了解) 更多...

#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_Pointpoints
 
const TGI_Point int count
 
const TGI_Imageimage
 
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_Fontfont
 
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
 

详细描述

图形对象的虚函数表(正常使用无需了解)


该结构体的文档由以下文件生成: