GnomeCanvasPolygon
GnomeCanvasPolygon — Polygon canvas item
|
|
Synopsis
#include <libgnomecanvas/libgnomecanvas.h>
GnomeCanvasPolygon;
Properties
"points" GnomeCanvasPoints* : Read / Write
Description
A canvas item for drawing polygon (multi sided) shapes.
Details
GnomeCanvasPolygon
typedef struct _GnomeCanvasPolygon GnomeCanvasPolygon;
This structure should not be accessed directly. Use the object's properties
for querying or changing its parameters.
Property Details
The "points"
property
"points" GnomeCanvasPoints* : Read / Write
Pointer to a GnomeCanvasPoints structure. This can be created by a
call to gnome_canvas_points_new()
.