lmrcImageSingleROIInfo


in lmrcImageROI2D.h


typedef struct lmrcImageSingleROIInfo { 
char* FileName;
lmrcImageROIShape Shape;
float centerx;
float centery;
float blx;
float bly;
float brx;
float bry;
float trx;
float try;
float tlx;
float tly;
float startx;
float starty;
float endx;
float endy;
int flagWidth;
float width;
int flagHeight;
float height;
float radius;
int mode;
int flagRotation;
float angle;
int flagMagnifiedWidth;
float magnifiedWidth;
int flagMagnifiedHeight;
float magnifiedHeight;
int flagLayerLine;
float truePitch;
float Ly;
float dY;
} lmrcImageSingleROIInfo;