You are here: Start » FIL.NET » RegionOfInterest Class
RegionOfInterest Class
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.TS.dll |
Constructors
| Constructor | Description | |
|---|---|---|
| RegionOfInterest(Path) | ||
| RegionOfInterest(Circle2D) | ||
| RegionOfInterest(Rectangle2D) | ||
| RegionOfInterest(Region) | ||
| RegionOfInterest(RegionOfInterest) | Creates a deep copy of the passed object. | |
| RegionOfInterest() |
Properties
| Name | Type | Description | |
|---|---|---|---|
| Circle | FilNet.Circle2D | ||
| IsDisposed | System.Boolean | ||
| Polygon | FilNet.Path | ||
| Rectangle | FilNet.Rectangle2D | ||
| Region | FilNet.Region | ||
| Tag | FilNet.RegionOfInterestType |
Methods
| Name | Description | |
|---|---|---|
| Dispose() | Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info. | |
| Equals(object) | Inherited from System.Object | |
| Equals(FilNet.RegionOfInterest) | ||
| Equals(FilNet.RegionOfInterest, FilNet.RegionOfInterest) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| Reset(FilNet.RegionOfInterest) | Resets this instance with data of the other RegionOfInterest object. | |
| SetPolygon(FilNet.Path) | ||
| SetRegion(FilNet.Region) | ||
| ToString() | Inherited from System.Object |
