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