You are here: Start » AVL.NET » RegionOfInterest Class

RegionOfInterest Class

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Constructors

 ConstructorDescription
RegionOfInterest(Path)
RegionOfInterest(Circle2D)
RegionOfInterest(Rectangle2D)
RegionOfInterest(Region)
RegionOfInterest(RegionOfInterest)Creates a deep copy of the passed object.
RegionOfInterest()

Properties

 NameTypeDescription
CircleAvlNet.Circle2D
IsDisposedSystem.Boolean
PolygonAvlNet.Path
RectangleAvlNet.Rectangle2D
RegionAvlNet.Region
TagAvlNet.RegionOfInterestType

Methods

 NameDescription
Dispose()Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info.
Equals(object)Inherited from System.Object
Equals(AvlNet.RegionOfInterest)
Equals(AvlNet.RegionOfInterest, AvlNet.RegionOfInterest)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
Reset(AvlNet.RegionOfInterest)Resets this instance with data of the other RegionOfInterest object.
SetPolygon(AvlNet.Path)
SetRegion(AvlNet.Region)
ToString()Inherited from System.Object

See also