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