RegionOfInterest Class Members
In This Topic
The following tables list the members exposed by
RegionOfInterest.
Public Constructors
| Name | Description |
 | RegionOfInterest | Overloaded. Initializes a new instance of the class. |
Public Properties
| Name | Description |
 | Height | Gets or sets the height of the rectangular region of interest. |
 | IsEmpty | Gets a value indicating whether this region is empty. |
 | Width | Gets or sets the width of the rectangular region of interest. |
 | X | Gets or sets the X coordinate of the left top corner of the rectangular region of interest. |
 | Y | Gets or sets the Y coordinate of the left top corner of the rectangular region of interest. |
Public Methods
| Name | Description |
 | Clone | Creates a new region of interest that is a copy of the current instance. |
 | GetBoundingBox | Returns a bounding box of this RegionOfInterest. |
 | ToString | Returns the string representation of this object. |
See Also