Exemple #1
0
 public T GetArea()
 {
     return(BoundingBoxHelper <T> .Multi(this.Width, this.Height));
 }