Example #1
0
 public override string ToString()
 {
     return("Top:" + Top.ToString() + " Bottom:" + Bottom.ToString() + " Left:" + Left.ToString() + " Right:" + Right.ToString());
 }