|
@@ -552,6 +552,10 @@ namespace OTSMeasureApp._7_OTSProgMgrInfo.Stage
|
|
|
double PixSize = 0;
|
|
|
double coordinateSystemEndpointX = nBounderyWidth / 2;
|
|
|
double coordinateSystemEndpointY= nBounderyHeight / 2;
|
|
|
+ if(radioButton_BoundaryCircle.Checked)
|
|
|
+ {
|
|
|
+ coordinateSystemEndpointY = coordinateSystemEndpointX;
|
|
|
+ }
|
|
|
if (nBounderyWidth > nBounderyHeight)
|
|
|
{
|
|
|
PixSize = (long)((double)nBounderyWidth / (double)(nWidth - StageDisplayHelp.PIC_EDGE * 2));
|