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