GDS-Render v1.2.1
|
A GDS graphics object. More...
#include <gds-types.h>
Data Fields | |
enum graphics_type | gfx_type |
Type of graphic. More... | |
GList * | vertices |
List of gds_point. More... | |
enum path_type | path_render_type |
Line cap. More... | |
int | width_absolute |
Width. Not used for objects other than paths. More... | |
int16_t | layer |
Layer the graphic object is on. More... | |
int16_t | datatype |
Data type of graphic object. More... | |
A GDS graphics object.
Definition at line 98 of file gds-types.h.
int16_t datatype |
Data type of graphic object.
Definition at line 104 of file gds-types.h.
enum graphics_type gfx_type |
Type of graphic.
Definition at line 99 of file gds-types.h.
int16_t layer |
Layer the graphic object is on.
Definition at line 103 of file gds-types.h.
enum path_type path_render_type |
Line cap.
Definition at line 101 of file gds-types.h.
GList* vertices |
List of gds_point.
Definition at line 100 of file gds-types.h.
int width_absolute |
Width. Not used for objects other than paths.
Definition at line 102 of file gds-types.h.