Ejemplo n.º 1
0
 public static ErrorNumberEnum SetStaticImage(IntPtr buffer, int length, int width, int height)
 {
     return((ErrorNumberEnum)WrapperInterface.setStaticImage(buffer, length, width, height));
 }