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