You are here: Start » AVL.NET » RegionOfInterest Class
RegionOfInterest Class
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Constructors
| Constructor | Description | |
|---|---|---|
| RegionOfInterest(Path) | ||
| RegionOfInterest(Circle2D) | ||
| RegionOfInterest(Rectangle2D) | ||
| RegionOfInterest(Region) | ||
| RegionOfInterest() |
Properties
| Name | Type | Description | |
|---|---|---|---|
| Circle | AvlNet.Circle2D | ||
| IsDisposed | System.Boolean | ||
| Rectangle | AvlNet.Rectangle2D | ||
| Tag | AvlNet.RegionOfInterestType |
Methods
| Name | Description | |
|---|---|---|
| Dispose() | Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info. | |
| Equals(object) | Inherited from System.Object | |
| GetHashCode() | Inherited from System.Object | |
| GetPolygon() | Gets a AvlNet::Path copy | |
| GetRegion() | Gets a AvlNet::Region copy | |
| GetType() | Inherited from System.Object | |
| SetPolygon(AvlNet.Path) | ||
| SetRegion(AvlNet.Region) | ||
| ToString() | Inherited from System.Object |
