示例#1
0
 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
 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();
 }