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() -> None
Rect2DDouble(x, y, w, h) -> None
__init__ (self)
None
__init__ (self, x, y, w, h)
x (wx.Double)
y (wx.Double)
w (wx.Double)
h (wx.Double)
None
rect (Rect2DDouble)
None
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.
Any
float
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)
.
float
Point2DDouble
Point2DDouble
pt (Point2DDouble)
pt (Point2DDouble)
Point2DDouble
float
Point2DDouble
Point2DDouble
float
rect (Rect2DDouble)
bool
Inset (self, x, y)
x (wx.Double)
y (wx.Double)
None
Inset (self, left, top, right, bottom)
left (wx.Double)
top (wx.Double)
right (wx.Double)
bottom (wx.Double)
None
widthfactor (wx.int)
heightfactor (wx.int)
Point2DDouble
Intersect (self, otherRect)
otherRect (Rect2DDouble)
None
Intersect (src1, src2, dest)
src1 (Rect2DDouble)
src2 (Rect2DDouble)
dest (Rect2DDouble)
None
rect (Rect2DDouble)
bool
bool
n (wx.Double)
None
pt (Point2DDouble)
None
pt (Point2DDouble)
None
n (wx.Double)
None
pt (Point2DDouble)
None
pt (Point2DDouble)
None
n (wx.Double)
None
pt (Point2DDouble)
None
n (wx.Double)
None
pt (Point2DDouble)
None
Scale (self, f)
f (wx.Double)
None
Scale (self, num, denum)
num (wx.int)
denum (wx.int)
None
n (wx.Double)
None
pt (Point2DDouble)
None
n (wx.Double)
None
pt (Point2DDouble)
None
pt (Point2DDouble)
None
n (wx.Double)
None
pt (Point2DDouble)
None
pt (Point2DDouble)
None
n (wx.Double)
None
Union (self, otherRect)
otherRect (Rect2DDouble)
None
Union (self, pt)
pt (Point2DDouble)
None
Union (src1, src2, dest)
src1 (Rect2DDouble)
src2 (Rect2DDouble)
dest (Rect2DDouble)
None
rect (Rect2DDouble)
bool
rect (Rect2DDouble)
bool
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 .