Exemplo n.º 1
0
 public void SetFont(string text, int size, int style)
 {
     Check(ISYS11df.IGR_Canvas_SetFont(Handle, text, size, style, ref ecb));
 }