Click or drag to resize

GraphicsSetClip Method (RectangleF)

Sets the clip region to the specified rectangle

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void SetClip(
	RectangleF rectangle
)

Parameters

rectangle
Type: Eto.DrawingRectangleF
Rectangle for the clipping region
Remarks
The previous clipping region will be cleared after this call. The rectangle specified is translated by the current transform, but is not affected by subsequent transform operations.
See Also