|
@@ -13,7 +13,7 @@ namespace OTSMeasureApp._4_OTSSamplespaceGraphicsPanel
|
|
|
|
|
|
CDisplayGDIObject m_SampleGDIObject;//
|
|
CDisplayGDIObject m_SampleGDIObject;//
|
|
CDisplayGDIObject m_MeasureGDIObject;//path
|
|
CDisplayGDIObject m_MeasureGDIObject;//path
|
|
- //private List<CRectangleGDIObject> frameOfHoleGDIObjects;// record all the position of the sampleHole image
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
private List<Point> polygonPathPoints;
|
|
private List<Point> polygonPathPoints;
|
|
@@ -74,7 +74,6 @@ namespace OTSMeasureApp._4_OTSSamplespaceGraphicsPanel
|
|
}
|
|
}
|
|
|
|
|
|
public List<Point> PolygonPathPoints { get => polygonPathPoints; set => polygonPathPoints = value; }
|
|
public List<Point> PolygonPathPoints { get => polygonPathPoints; set => polygonPathPoints = value; }
|
|
- //public List<CRectangleGDIObject> FrameOfHoleGDIObjects { get => frameOfHoleGDIObjects; set => frameOfHoleGDIObjects = value; }
|
|
|
|
|
|
|
|
|
|
|
|
public bool IsWorkSample()
|
|
public bool IsWorkSample()
|