1Goo::Canvas::Ellipse(3)User Contributed Perl DocumentatioGnoo::Canvas::Ellipse(3)
2
3
4

NAME

6       Goo::Canvas::Ellipse - wrapper for GooCanvasEllipse
7

HIERARCHY

9         Glib::Object
10         +----Goo::Canvas::ItemSimple
11              +----Goo::Canvas::Ellipse
12

INTERFACES

14         Goo::Canvas::Item
15

METHODS

17   item = Goo::Canvas::Ellipse->new ($parent, $center_x, $center_y, $radius_x,
18       $radius_y, ...)
19       •   $parent (Goo::Canvas::Item)
20
21       •   $center_x (double)
22
23       •   $center_y (double)
24
25       •   $radius_x (double)
26
27       •   $radius_y (double)
28
29       •   ... (list)
30

PROPERTIES

32       'center-x' (double : default 0 : readable / writable)
33           The x coordinate of the center of the ellipse
34
35       'center-y' (double : default 0 : readable / writable)
36           The y coordinate of the center of the ellipse
37
38       'height' (double : default 0 : readable / writable)
39           The height of the ellipse
40
41       'radius-x' (double : default 0 : readable / writable)
42           The horizontal radius of the ellipse
43
44       'radius-y' (double : default 0 : readable / writable)
45           The vertical radius of the ellipse
46
47       'width' (double : default 0 : readable / writable)
48           The width of the ellipse
49
50       'x' (double : default 0 : readable / writable)
51           The x coordinate of the left side of the ellipse
52
53       'y' (double : default 0 : readable / writable)
54           The y coordinate of the top of the ellipse
55

SEE ALSO

57       Glib::Object, Goo::Canvas::ItemSimple
58
60       Copyright (C) 2021 Gtk2-Perl Team
61
62
63
64perl v5.32.1                      2021-01-27           Goo::Canvas::Ellipse(3)
Impressum