Sets the specified rectangle in the region
            
 
    Namespace: 
   Eto.Drawing
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic void Set(
	Rectangle rectangle
)
Public Sub Set ( 
	rectangle As Rectangle
)
member Set : 
        rectangle : Rectangle -> unit 
Parameters
- rectangle
- Type: Eto.DrawingRectangle
 Rectangle to set the region to
 See Also
See Also