Example #1
0
 public override void Apply(IGraphics g)
 {
     g.ClearPath();
     g.Rectangle(0, 0, W - 1, H - 1);
 }
Example #2
0
 public override void Apply(IGraphics g)
 {
     g.ClearPath();
     g.RoundedRectangle(0, 0, W - 1, H - 1, RTL, RTR, RBL, RBR);
 }
Example #3
0
 public override void Apply(IGraphics g)
 {
     g.ClearPath();
     g.Rectangle(0, 0, W - 1, H - 1);
 }
Example #4
0
 public override void Apply(IGraphics g)
 {
     g.ClearPath();
     g.RoundedRectangle(0, 0, W - 1, H - 1, RTL, RTR, RBL, RBR);
 }