| RegionIHandlerExclude Method  | 
 
            Excludes the specified rectangle from the region
            
 
    Namespace: 
   Eto.Drawing
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxvoid Exclude(
	Rectangle rectangle
)
Sub Exclude ( 
	rectangle As Rectangle
)
abstract Exclude : 
        rectangle : Rectangle -> unit 
Parameters
- rectangle
- Type: Eto.DrawingRectangle
 Rectangle to exclude
 See Also
See Also