public static ErrorNumber SetContentBuffer(ImageFormat format, int width, int height) { return((ErrorNumber)WrapperInterface.setContentBuffer((int)format, width, height)); }