I would like to know how can i update the end of a rectangle.
For example, i define my rectangle like this
this.draw = Draw.Rectangle(indicator, this.name, this.start, this.up_side, this.end, this.down_side, this.Global, null);
this.draw.endTime = DateTime.Now();
thanks

Comment