Exemplo n.º 1
0
 public void AngleArc(int x1, int y1, int radius, int startAngle, int sweepAngle)
 {
     Check(ISYS11df.IGR_Canvas_AngleArc(Handle, x1, y1, radius, startAngle, sweepAngle, ref ecb));
 }