Get() . (x, y, width, height) |
|
Returns an immutable representation of the |
|
See |
|
See |
|
See |
|
See |
|
See |
|
See |
|
See |
|
A public C++ attribute of type Double . |
|
A public C++ attribute of type Double . |
|
A public C++ attribute of type Double . |
|
A public C++ attribute of type Double . |
Possible constructors:
Rect2DDouble()
Rect2DDouble(x, y, w, h)
__init__ (self)
__init__ (self, x, y, w, h)
x (wx.Double) –
y (wx.Double) –
w (wx.Double) –
h (wx.Double) –
rect (Rect2DDouble) –
Contains (self, pt)
pt (Point2DDouble) –
bool
Contains (self, rect)
rect (Rect2DDouble) –
bool
otherRect (Rect2DDouble) –
Rect2DDouble
otherRect (Rect2DDouble) –
Rect2DDouble
Get() . (x, y, width, height)
Return the rectangle’s properties as a tuple.
PyObject
wx.Double
Point2DDouble
Returns an immutable representation of the wx.Rect2D
object, based on namedtuple
.
This new object is hashable and can be used as a dictionary key,
be added to sets, etc. It can be converted back into a real wx.Rect2D
with a simple statement like this: obj = wx.Rect2D(imObj)
.
wx.Double
Point2DDouble
Point2DDouble
pt (Point2DDouble) –
pt (Point2DDouble) –
Point2DDouble
wx.Double
Point2DDouble
Point2DDouble
wx.Double
rect (Rect2DDouble) –
bool
Inset (self, x, y)
x (wx.Double) –
y (wx.Double) –
Inset (self, left, top, right, bottom)
left (wx.Double) –
top (wx.Double) –
right (wx.Double) –
bottom (wx.Double) –
widthfactor (wx.int) –
heightfactor (wx.int) –
Point2DDouble
Intersect (self, otherRect)
otherRect (Rect2DDouble) –
Intersect (src1, src2, dest)
src1 (Rect2DDouble) –
src2 (Rect2DDouble) –
dest (Rect2DDouble) –
rect (Rect2DDouble) –
bool
bool
n (wx.Double) –
pt (Point2DDouble) –
pt (Point2DDouble) –
n (wx.Double) –
pt (Point2DDouble) –
pt (Point2DDouble) –
n (wx.Double) –
pt (Point2DDouble) –
n (wx.Double) –
pt (Point2DDouble) –
Scale (self, f)
f (wx.Double) –
Scale (self, num, denum)
num (wx.int) –
denum (wx.int) –
n (wx.Double) –
pt (Point2DDouble) –
n (wx.Double) –
pt (Point2DDouble) –
pt (Point2DDouble) –
n (wx.Double) –
pt (Point2DDouble) –
pt (Point2DDouble) –
n (wx.Double) –
Union (self, otherRect)
otherRect (Rect2DDouble) –
Union (self, pt)
pt (Point2DDouble) –
Union (src1, src2, dest)
src1 (Rect2DDouble) –
src2 (Rect2DDouble) –
dest (Rect2DDouble) –
rect (Rect2DDouble) –
rect (Rect2DDouble) –
See GetLeftBottom
and SetLeftBottom
See GetLeftTop
and SetLeftTop
See GetPosition
See GetRightBottom
and SetRightBottom
See GetRightTop
and SetRightTop
A public C++ attribute of type Double .
A public C++ attribute of type Double .
A public C++ attribute of type Double .
A public C++ attribute of type Double .