CanvasPolyline


Object Hierarchy:

Goo.CanvasPolyline Goo.CanvasPolyline Goo.CanvasPolyline Goo.CanvasItemSimple Goo.CanvasItemSimple Goo.CanvasItemSimple->Goo.CanvasPolyline GLib.Object GLib.Object GLib.Object->Goo.CanvasItemSimple Goo.CanvasItem Goo.CanvasItem Goo.CanvasItem->Goo.CanvasPolyline Goo.CanvasItem->Goo.CanvasItemSimple

Description:

[ CCode ( type_id = "goo_canvas_polyline_get_type ()" ) ]
public class CanvasPolyline : CanvasItemSimple, CanvasItem

GooCanvasPolyline represents a polyline item, which is a series of one or more lines, with optional arrows at either end.

It is a subclass of CanvasItemSimple and so inherits all of the style properties such as "stroke-color", "fill-color" and "line-width".

It also implements the CanvasItem interface, so you can use the CanvasItem functions such as raise and rotate.

To create a CanvasPolyline use CanvasPolyline, or CanvasPolyline.line for a simple line between two points.

To get or set the properties of an existing CanvasPolyline, use @get and @set.


Namespace: Goo
Package: goocanvas-2.0

Content:

Properties:

Creation methods:

Fields:

Inherited Members: