コード例 #1
0
 public static ErrorNumberEnum SetContentBuffer(BFCPFormatEnum format, int width, int height)
 {
     return((ErrorNumberEnum)WrapperInterface.setContentBuffer((int)format, width, height));
 }