The rectangular extent of a feature relative to an anchor point. More...
Public Member Functions | |
| FeatureExtent (int left, int top, int right, int bottom) | |
| Constructor for Cvb rectangles. | |
Properties | |
| int | Left [get, set] |
| First column of the rectangle. | |
| int | Top [get, set] |
| First row of the rectangle. | |
| int | Right [get, set] |
| Rightmost column of the rectangle (still inside the rectangle). | |
| int | Bottom [get, set] |
| Bottom row of the rectangle (still inside the rectangle). | |
| Size2D | Size [get] |
| Gets the width and height of the feature rectangle. | |
| int | Width [get] |
| Gets the width of the feature rectangle. | |
| int | Height [get] |
| Gets the height of the feature rectangle. | |
The rectangular extent of a feature relative to an anchor point.
| FeatureExtent | ( | int | left, |
| int | top, | ||
| int | right, | ||
| int | bottom ) |
Constructor for Cvb rectangles.
| left | Leftmost column of the rectangle |
| top | Topmost column of the rectangle |
| right | Rightmost column of the rectangle |
| bottom | Bottom columns of the rectangle |