Esempio n. 1
0
 public Rectangle GetContent(Rectangle rectangle)
 {
     return(Margin.Apply(Border.Apply(Padding.Apply(rectangle))));
 }
Esempio n. 2
0
 public Rectangle GetContent(Rectangle rectangle)
 => Margin.Apply(Border.Margins.Apply(Padding.Apply(rectangle)));