ISquidRenderer..::..Scissor Method
Set the scissor rectangle
Namespace:
SquidAssembly: Squid.Core (in Squid.Core.dll)
Syntax
void Scissor( int x, int y, int width, int height )
Sub Scissor ( _ x As Integer, _ y As Integer, _ width As Integer, _ height As Integer _ )
void Scissor( int^ x, int^ y, int^ width, int^ height )
Parameters
- x
- Type: Int32
The x.
- y
- Type: Int32
The y.
- width
- Type: Int32
The width.
- height
- Type: Int32
The height.