Add Get/SetLogicalFunction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43814 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -5518,6 +5518,22 @@ class GraphicsContext(GraphicsObject):
|
||||
"""
|
||||
return _gdi_.GraphicsContext_GetNativeContext(*args, **kwargs)
|
||||
|
||||
def GetLogicalFunction(*args, **kwargs):
|
||||
"""
|
||||
GetLogicalFunction(self) -> int
|
||||
|
||||
Returns the current logical function.
|
||||
"""
|
||||
return _gdi_.GraphicsContext_GetLogicalFunction(*args, **kwargs)
|
||||
|
||||
def SetLogicalFunction(*args, **kwargs):
|
||||
"""
|
||||
SetLogicalFunction(self, int function) -> bool
|
||||
|
||||
Sets the current logical function, returns ``True`` if it supported
|
||||
"""
|
||||
return _gdi_.GraphicsContext_SetLogicalFunction(*args, **kwargs)
|
||||
|
||||
def Translate(*args, **kwargs):
|
||||
"""
|
||||
Translate(self, Double dx, Double dy)
|
||||
|
Reference in New Issue
Block a user