CanvasRect
Object Hierarchy:
Description:
[ CCode ( type_id = "goo_canvas_rect_get_type ()" ) ]
public class CanvasRect : CanvasItemSimple, CanvasItem
public class CanvasRect : CanvasItemSimple, CanvasItem
GooCanvasRect represents a rectangle item.
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 CanvasRect use CanvasRect.
To get or set the properties of an existing CanvasRect, use @get and @set.
Namespace: Goo
Package: goocanvas-2.0
Content:
Properties:
Creation methods:
Fields:
Inherited Members:
All known members inherited from class Goo.CanvasItemSimple
All known members inherited from class GLib.Object
All known members inherited from interface Goo.CanvasItem