CanvasPath


Object Hierarchy:

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

Description:

[ CCode ( type_id = "goo_canvas_path_get_type ()" ) ]
public class CanvasPath : CanvasItemSimple, CanvasItem

GooCanvasPath represents a path item, which is a series of one or more lines, bezier curves, or elliptical arcs.

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.

CanvasPath uses the same path specification strings as the Scalable Vector Graphics (SVG) path element. For details see the <ulink url="http://www.w3.org/Graphics/SVG/">SVG specification</ulink>.

To create a CanvasPath use CanvasPath.

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


Namespace: Goo
Package: goocanvas-2.0

Content:

Properties:

Creation methods:

Fields:

Inherited Members: