コード例 #1
0
 public void DrawImage(int x, int y, byte[] imagedata, string mimetype)
 {
     Check(ISYS11df.IGR_Canvas_DrawImage(Handle, x, y, imagedata, new IntPtr(imagedata.Length), mimetype, ref ecb));
 }