Beispiel #1
0
 public static GraphicsPath CreateFanPath(this Graphics g, PointF center, float d1, float d2, float startAngle, float sweepAngle)
 {
     return(center.CreateFanPath(d1, d2, startAngle, sweepAngle));
 }