Click or drag to resize

RegionIHandler Interface

Handler interface for the Region class

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : WidgetIHandler

The RegionIHandler type exposes the following members.

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