CVB.Net 14.0
FeatureExtent Struct Reference

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. More...
 

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.
 

Detailed Description

The rectangular extent of a feature relative to an anchor point.

Constructor & Destructor Documentation

◆ FeatureExtent()

FeatureExtent ( int  left,
int  top,
int  right,
int  bottom 
)

Constructor for Cvb rectangles.

Parameters
leftLeftmost column of the rectangle
topTopmost column of the rectangle
rightRightmost column of the rectangle
bottomBottom columns of the rectangle