Click or drag to resize

Region Class

Defines a region to use for clipping
Inheritance Hierarchy

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class Region : Widget

The Region type exposes the following members.

Constructors
  NameDescription
Public methodRegion
Initializes a new instance of the Region class
Top
Methods
  NameDescription
Public methodExclude
Excludes the specified rectangle from the region
Public methodReset
Resets the region
Public methodSet
Sets the specified rectangle in the region
Top
See Also