Пример #1
0
 public RoundRectRenderer(FloatRect rect, float radii, float tens)
 {
     rectangle = rect;
     corners = new CORNERS(radii);
     tension = tens;
 }
Пример #2
0
 public RoundRectRenderer(FloatRect rect, float radii, float tens)
 {
     rectangle = rect;
     corners   = new CORNERS(radii);
     tension   = tens;
 }
Пример #3
0
 public RoundRectRenderer(FloatRect rect, CORNERS radii, float tens)
 {
     rectangle = rect;
     corners = radii;
     tension = tens;
 }
Пример #4
0
 public RoundRectRenderer(FloatRect rect, CORNERS radii, float tens)
 {
     rectangle = rect;
     corners   = radii;
     tension   = tens;
 }