Click or drag to resize
DisplayScissor Method
Set the clipping rectangle that determines the area of the display which will be affected by all drawing operations.

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public void Scissor(
	Rectangle rect
)

Parameters

rect
Type: System.DrawingRectangle
Rectangle relative to the top-left corner of the display in pixel coordinates.
See Also