Sets the specified rectangle in the region
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public 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