Exemple #1
0
 public void DrawScaleImage(int x, int y, int x2, int y2, byte[] imagedata, string mimetype)
 {
     Check(ISYS11df.IGR_Canvas_DrawScaleImage(Handle, x, y, x2, y2, imagedata, new IntPtr(imagedata.Length), mimetype, ref ecb));
 }