wxRect2DDouble --> wxRect2D
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43842 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -5341,7 +5341,7 @@ class GraphicsPath(GraphicsObject):
|
||||
|
||||
def GetBox(*args, **kwargs):
|
||||
"""
|
||||
GetBox(self) -> wxRect2DDouble
|
||||
GetBox(self) -> Rect2D
|
||||
|
||||
Gets the bounding box enclosing all points (possibly including control points)
|
||||
"""
|
||||
@@ -5350,7 +5350,7 @@ class GraphicsPath(GraphicsObject):
|
||||
def Contains(*args):
|
||||
"""
|
||||
Contains(self, Double x, Double y, int fillStyle=ODDEVEN_RULE) -> bool
|
||||
Contains(self, wxPoint2DDouble c, int fillStyle=ODDEVEN_RULE) -> bool
|
||||
Contains(self, Point2D c, int fillStyle=ODDEVEN_RULE) -> bool
|
||||
|
||||
Returns ``True`` if the point is within the path.
|
||||
"""
|
||||
|
Reference in New Issue
Block a user