楕円図形を生成するクラス
Definition at line 342 of file RtmSystemDraw.py.
def RtmSystemDraw.makeRectOval.__init__ |
( |
|
self, |
|
|
|
parent, |
|
|
|
pos_x, |
|
|
|
pos_y, |
|
|
|
width, |
|
|
|
height |
|
) |
| |
クラスの初期化(EllipseShapeの作成)
[引数]
parent -- 親クラスを指定
pos_x -- 描画するx座標
pos_y -- 描画するy座標
width -- 楕円の幅
height -- 楕円の高さ
[戻り値]
void
Definition at line 344 of file RtmSystemDraw.py.
RtmSystemDraw.makeRectOval.lastx |
RtmSystemDraw.makeRectOval.lasty |
RtmSystemDraw.makeRectOval.parent |
RtmSystemDraw.makeRectOval.pos_x |
RtmSystemDraw.makeRectOval.pos_y |
The documentation for this class was generated from the following file: