VisualSampleArea.cs 435 B

12345678910111213141516
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace OTSMeasureApp._4_OTSSamplespaceGraphicsPanel
  7. {
  8. class VisualSampleArea
  9. {
  10. List<CRectangleGDIObject> m_SampleGDIObjects;//
  11. List<CRectangleGDIObject> m_MeasureGDIObjects;//path
  12. List<CRectangleGDIObject> m_MeasurePathGDIObjects;
  13. string m_SampleSelectName;
  14. }
  15. }