コード例 #1
0
ファイル: AndroidImagingFactory.cs プロジェクト: cail/fleux
 public uint CreateBitmapFromImage(IImage image, uint width, uint height, PixelFormatID pixelFormat, InterpolationHint hints, out IBitmapImage bitmap)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public uint CreateBitmapFromImage(IImage image, uint width, uint height, PixelFormatID pixelFormat, InterpolationHint hints, out IBitmapImage bitmap)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
ファイル: AndroidImagingFactory.cs プロジェクト: cail/fleux
 public uint CreateNewBitmap(uint width, uint height, PixelFormatID pixelFormat, out IBitmapImage bitmap)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
 public uint CreateNewBitmap(uint width, uint height, PixelFormatID pixelFormat, out IBitmapImage bitmap)
 {
     throw new NotImplementedException();
 }