public PolygonDrawable(PolygonFrame polygonFrame)
 {
     _polygonFrame = polygonFrame;
     _polygonFrame.PropertyChanged += PolygonFramePropertyChanged;
 }
Пример #2
0
 public PolygonOutlineProvider(PolygonFrame hexView)
 {
     _hexView = hexView;
 }