예제 #1
0
 public static void AddRoundRectF(this GraphicsPath gp, RoundedRectF roundRect, bool connect)
 {
     gp.AddPath(roundRect.GetPath(), connect);
 }
예제 #2
0
 public static void AddRoundRectF(this GraphicsPath gp, RoundedRectF roundRect)
 {
     gp.AddPath(roundRect.GetPath(), true);
 }