Control..::..SetScissor Method

Sets the scissor rectangle

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

Syntax


protected void SetScissor(
	int x,
	int y,
	int width,
	int height
)
Protected Sub SetScissor ( _
	x As Integer, _
	y As Integer, _
	width As Integer, _
	height As Integer _
)
protected:
void SetScissor(
	int^ x, 
	int^ y, 
	int^ width, 
	int^ height
)

Parameters

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