Exemplo n.º 1
0
 internal override void UpdatePolygon()
 {
     if (this.Circle == null)
     {
         this.Circle = new CirclePoly(this.EndPosition, this.SData.Radius, 20);
         this.UpdatePath();
     }
 }
Exemplo n.º 2
0
 internal override void UpdatePolygon()
 {
     if (this.Circle == null)
     {
         this.Circle = new CirclePoly(this.EndPosition, this.SData.Radius, 20);
         this.UpdatePath();
     }
 }