Exemple #1
0
 public void SetPen(int color, int width, int style)
 {
     Check(ISYS11df.IGR_Canvas_SetPen(Handle, color, width, style, ref ecb));
 }