NoRenderer..::..Scissor Method

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public void Scissor(
	int x,
	int y,
	int width,
	int height
)
Public Sub Scissor ( _
	x As Integer, _
	y As Integer, _
	width As Integer, _
	height As Integer _
)
public:
void Scissor(
	int^ x, 
	int^ y, 
	int^ width, 
	int^ height
)

Parameters

x
Type: Int32
y
Type: Int32
width
Type: Int32
height
Type: Int32