public AnonymousInstruction(RTR parent) { this.parent = parent; }
public override Path Clone() { return(new RoundedRectangle(W.Clone(), H.Clone(), RTL.Clone(), RTR.Clone(), RBL.Clone(), RBR.Clone())); }