示例#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)));