Click or drag to resize

GraphicsIHandlerSetClip Method (RectangleF)

Sets the clip region to the specified rectangle

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
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
See Also