Home -> IFrameBuffer -> DefineScissorRegion
Description
The DefineScissorRegion method establishes a scissor region to restrict the region of the framebuffer that is drawn to.
Usage
void DefineScissorRegion(const V2UInt32& startPos, const V2UInt32& size);
Argument list
- startPos [const V2UInt32]
- The top-left pixel position of the scissor rectangle.
- size [const V2UInt32]
- The pixel dimensions of the scissor rectangle.