Add wxGraphicsMatrix::Get
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43830 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -5101,6 +5101,14 @@ class GraphicsMatrix(GraphicsObject):
|
||||
"""
|
||||
return _gdi_.GraphicsMatrix_Set(*args, **kwargs)
|
||||
|
||||
def Get(*args, **kwargs):
|
||||
"""
|
||||
Get(self) --> (a, b, c, d, tx, ty)
|
||||
|
||||
Gets the component values of the matrix and returns them as a tuple.
|
||||
"""
|
||||
return _gdi_.GraphicsMatrix_Get(*args, **kwargs)
|
||||
|
||||
def Invert(*args, **kwargs):
|
||||
"""
|
||||
Invert(self)
|
||||
|
Reference in New Issue
Block a user