Lomse library. API documentation
0.30.0
|
#include <lomse_shape_base.h>
GmoSimpleShape is a basic shape that is not made made by combining other GmoShape objects. Represents an atomic shape object, e.g. a line, a rectangle or a glyph. See GmoCompositeShape
Additional Inherited Members | |
Public Member Functions inherited from GmoObj | |
LUnits | get_width () |
LUnits | get_height () |
LUnits | get_left () const |
LUnits | get_top () const |
LUnits | get_right () const |
LUnits | get_bottom () const |
bool | bounds_contains_point (UPoint &p) |
URect | get_bounds () |
UPoint | get_origin () |
USize | get_size () |