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
RectangleAvlNet.Rectangle2D
TagAvlNet.RegionOfInterestType

Methods

 NameDescription
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()
GetRegion()
GetType()Inherited from System.Object
SetPolygon(AvlNet.Path)
SetRegion(AvlNet.Region)
ToString()Inherited from System.Object

See also