GnomeCanvasRE
GnomeCanvasRE — Base class for rectangle and ellipse items
Synopsis
#include <libgnomecanvas/libgnomecanvas.h>
struct GnomeCanvasRE;
Description
This forms a base class for rectangle and ellipse canvas items.
Details
struct GnomeCanvasRE
struct GnomeCanvasRE;
This structure should not be accessed directly. Use the object's properties
for querying or changing its parameters.
Properties
The "x1" property
"x1" gdouble : Read / Write
Leftmost coordinate of rectangle or ellipse.
The "x2" property
"x2" gdouble : Read / Write
Rightmost coordinate of rectangle or ellipse.
The "y1" property
"y1" gdouble : Read / Write
Topmost coordinate of rectangle or ellipse.
The "y2" property
"y2" gdouble : Read / Write
Bottommost coordinate of rectangle or ellipse.