Beispiel #1
0
 public uint CreateBitmapFromImage(IImage image, uint width, uint height, PixelFormatID pixelFormat, InterpolationHint hints, out IBitmapImage bitmap)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public uint CreateBitmapFromImage(IImage image, uint width, uint height, PixelFormatID pixelFormat, InterpolationHint hints, out IBitmapImage bitmap)
 {
     throw new NotImplementedException();
 }
Beispiel #3
0
 public uint CreateNewBitmap(uint width, uint height, PixelFormatID pixelFormat, out IBitmapImage bitmap)
 {
     throw new NotImplementedException();
 }
Beispiel #4
0
 public uint CreateNewBitmap(uint width, uint height, PixelFormatID pixelFormat, out IBitmapImage bitmap)
 {
     throw new NotImplementedException();
 }