QScissorTest露
- PyQt5.Qt3DRender.QScissorTest
Inherits from QRenderState.
Description露
The QScissorTest class discards fragments that fall outside of a certain rectangular portion of the screen.
A QScissorTest class enables scissor test, which discards fragments outside the rectangular area of the screen specified by the left, bottom, width and height properties.
Methods露
- __init__(parent: QNode = None)
The constructor creates a new QScissorTest::QScissorTest instance with the specified parent
- bottom() → int
See also
- height() → int
See also
- left() → int
See also
- setBottom(int)
See also
- setHeight(int)
See also
- setLeft(int)
See also
- setWidth(int)
See also
- width() → int
See also