Exemplo n.º 1
0
 public static ErrorNumber SetContentBuffer(ImageFormat format, int width, int height)
 {
     return((ErrorNumber)WrapperInterface.setContentBuffer((int)format, width, height));
 }