Click or drag to resize

GraphicsIHandlerSetClip Method (IGraphicsPath)

Sets the clip region to the specified path

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void SetClip(
	IGraphicsPath path
)

Parameters

path
Type: Eto.DrawingIGraphicsPath
Path to specify the clip region
Remarks
The previous clipping region will be cleared after this call
See Also