示例#1
0
 void Monitor_DrawPolygon(object sender, MonitorDrawPolygonEventArgs e)
 {
     if (CurrentState == QtreeEditorState.Edit)
     {
         DrawPolygon(e.Points);
     }
 }
示例#2
0
        protected void MonitorDrawPolygon(object sender, MonitorDrawPolygonEventArgs e)
        {
            Radio          = 0;
            CurrentPolygon = e.Points;

            AddPolygon(e.Points);
        }