Navigation
Home
|
Gallery
|
API Docs
»
wx.lib
»
wx.lib.ogl
»
wx.lib.ogl.drawn
»
wx.lib.ogl.drawn.OpSetClipping
index
modules
|
next
|
previous
|
Table Of Contents
wx.lib.ogl.drawn.OpSetClipping
Class Hierarchy
Known Superclasses
Methods Summary
Class API
Search
Show page source
wx.lib.ogl.drawn.OpSetClipping
¶
Set/destroy clipping.
Class Hierarchy
¶
Inheritance diagram for class
OpSetClipping
:
Known Superclasses
¶
wx.lib.ogl.drawn.DrawOp
Methods Summary
¶
__init__
Do
Scale
Translate
Class API
¶
class
OpSetClipping
(
DrawOp
)
¶
Set/destroy clipping.
Methods
¶
__init__
(
self
,
theOp
,
theX1
,
theY1
,
theX2
,
theY2
)
¶
Do
(
self
,
dc
,
xoffset
,
yoffset
)
¶
Scale
(
self
,
scaleX
,
scaleY
)
¶
Translate
(
self
,
x
,
y
)
¶