- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace OTSMeasureApp._4_OTSSamplespaceGraphicsPanel
- {
- class VisualSampleArea
- {
- List<CRectangleGDIObject> m_SampleGDIObjects;//
- List<CRectangleGDIObject> m_MeasureGDIObjects;//path
- List<CRectangleGDIObject> m_MeasurePathGDIObjects;
- string m_SampleSelectName;
- }
- }
|