Table Of Contents

Previous topic

ControlPoint

Next topic

PolygonControlPoint

This Page

phoenix_title EllipseShape

The EllipseShape behaves similarly to the RectangleShape but is elliptical.

Derived from:
wxShape

class_hierarchy Inheritance Diagram

Inheritance diagram for class EllipseShape

Inheritance diagram of EllipseShape


sub_classes Known Subclasses

lib.ogl._basic.CircleShape


super_classes Known Superclasses

lib.ogl._basic.Shape


api Class API



class EllipseShape(Shape)

The EllipseShape behaves similarly to the RectangleShape but is elliptical.

Derived from:
wxShape

Methods



__init__(self, w, h)


GetAttachmentPosition(self, attachment, nth = 0, no_arcs = 1, line = None)


GetBoundingBoxMin(self)


GetHeight(self)


GetNumberOfAttachments(self)


GetPerimeterPoint(self, x1, y1, x2, y2)


GetWidth(self)


OnDraw(self, dc)


SetHeight(self, h)


SetSize(self, x, y, recursive = True)


SetWidth(self, w)