Click or drag to resize

RegionIHandlerExclude Method

Excludes the specified rectangle from the region

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void Exclude(
	Rectangle rectangle
)

Parameters

rectangle
Type: Eto.DrawingRectangle
Rectangle to exclude
See Also