Пример #1
0
 public static ErrorNumber SetContentBuffer(ImageFormat format, int width, int height)
 {
     return((ErrorNumber)PlcmHelper.SetContentBuffer((int)format, width, height));
 }