|
@@ -581,11 +581,11 @@ namespace OTSMeasureApp
|
|
|
get { return lineStartPoint; }
|
|
|
set { lineStartPoint = value; }
|
|
|
}
|
|
|
- public PointF SEMCenterPoint
|
|
|
- {
|
|
|
- get { return semCenterPoint; }
|
|
|
- set { semCenterPoint = value; }
|
|
|
- }
|
|
|
+ //public PointF SEMCenterPoint
|
|
|
+ //{
|
|
|
+ // get { return semCenterPoint; }
|
|
|
+ // set { semCenterPoint = value; }
|
|
|
+ //}
|
|
|
public int OTSX
|
|
|
{
|
|
|
get { return otsX; }
|
|
@@ -1017,7 +1017,7 @@ namespace OTSMeasureApp
|
|
|
BSEImageWitdh = m_RegionF.Width;
|
|
|
BSEImageHeight = m_RegionF.Height;
|
|
|
BSEImageLocation = m_RegionF.Location;
|
|
|
- SEMCenterPoint = m_RegionF.Location;
|
|
|
+ //SEMCenterPoint = m_RegionF.Location;
|
|
|
|
|
|
var scalePs = new List<PointF>();
|
|
|
foreach (var p in m_PolygonPoints)
|
|
@@ -1065,7 +1065,7 @@ namespace OTSMeasureApp
|
|
|
BSEImageWitdh = m_RegionF.Width;
|
|
|
BSEImageHeight = m_RegionF.Height;
|
|
|
BSEImageLocation = m_RegionF.Location;
|
|
|
- SEMCenterPoint = m_RegionF.Location;
|
|
|
+ //SEMCenterPoint = m_RegionF.Location;
|
|
|
LineStartPoint = m_RegionF.Location;
|
|
|
|
|
|
m_DraggingPoint = new Point((int)location.X,(int)location.Y);
|
|
@@ -1117,7 +1117,7 @@ namespace OTSMeasureApp
|
|
|
BSEImageWitdh = m_RegionF.Width;
|
|
|
BSEImageHeight = m_RegionF.Height;
|
|
|
BSEImageLocation = m_RegionF.Location;
|
|
|
- SEMCenterPoint = m_RegionF.Location;
|
|
|
+ //SEMCenterPoint = m_RegionF.Location;
|
|
|
LineStartPoint = m_RegionF.Location;
|
|
|
|
|
|
|