.. wxPython Phoenix documentation
This file was generated by Phoenix's sphinx generator and associated
tools, do not edit by hand.
Copyright: (c) 2011-2020 by Total Control Software
License: wxWindows License
.. include:: headings.inc
.. currentmodule:: wx.lib.ogl.basic
.. highlight:: python
.. _wx.lib.ogl.basic.CircleShape:
==========================================================================================================================================
|phoenix_title| **wx.lib.ogl.basic.CircleShape**
==========================================================================================================================================
The :class:`CircleShape` class is an :class:`EllipseShape` whose width
and height are the same.
|
|class_hierarchy| Class Hierarchy
=================================
.. raw:: html

Inheritance diagram for class
CircleShape:
|
|super_classes| Known Superclasses
==================================
:class:`wx.lib.ogl.basic.EllipseShape`
|
|method_summary| Methods Summary
================================
================================================================================ ================================================================================
:meth:`~wx.lib.ogl.basic.CircleShape.__init__` Default class constructor
:meth:`~wx.lib.ogl.basic.CircleShape.GetPerimeterPoint` Get the perimeter point.
================================================================================ ================================================================================
|
|api| Class API
===============
.. class:: CircleShape(EllipseShape)
The :class:`CircleShape` class is an :class:`EllipseShape` whose width
and height are the same.
.. method:: __init__(self, diameter)
Default class constructor
:param `diameter`: the diameter
.. method:: GetPerimeterPoint(self, x1, y1, x2, y2)
Get the perimeter point.
:param `x1`: ???
:param `y1`: ???
:param `x2`: ???
:param `y2`: ???
:returns: ???