libsf3
|
Description of a shape's bounds or extent on the canvas. More...
#include <sf3_vector_graphic.h>
Data Fields | |
float | x |
The X coordinate of the lower left corner. | |
float | y |
The Y coordinate of the lower left corner. | |
float | w |
The width in X of the shape. | |
float | h |
The height in Y of the shape. | |
Description of a shape's bounds or extent on the canvas.
Definition at line 69 of file sf3_vector_graphic.h.
float sf3_shape_bounds::h |
The height in Y of the shape.
Definition at line 77 of file sf3_vector_graphic.h.
float sf3_shape_bounds::w |
The width in X of the shape.
Definition at line 75 of file sf3_vector_graphic.h.
float sf3_shape_bounds::x |
The X coordinate of the lower left corner.
Definition at line 71 of file sf3_vector_graphic.h.
float sf3_shape_bounds::y |
The Y coordinate of the lower left corner.
Definition at line 73 of file sf3_vector_graphic.h.