コード例 #1
0
ファイル: WrapperProxy.cs プロジェクト: dazhouhu/MFWSDK
 public static ErrorNumber SetContentBuffer(ImageFormat format, int width, int height)
 {
     return((ErrorNumber)WrapperInterface.setContentBuffer((int)format, width, height));
 }