예제 #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();
 }