예제 #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;
 }