Excludes the specified rectangle from the region
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void Exclude(
Rectangle rectangle
)
Public Sub Exclude (
rectangle As Rectangle
)
member Exclude :
rectangle : Rectangle -> unit
Parameters
- rectangle
- Type: Eto.DrawingRectangle
Rectangle to exclude
See Also