.NET Framework Class Library
BitmapSource..::.Create Method
Creates a new BitmapSource that has the specified properties and options.
|
| Name | Description |
|---|
.gif) .gif) | Create(Int32, Int32, Double, Double, PixelFormat, BitmapPalette, Array, Int32) | Creates a new BitmapSource from an array of pixels. |
.gif) .gif) | Create(Int32, Int32, Double, Double, PixelFormat, BitmapPalette, IntPtr, Int32, Int32) | Creates a new BitmapSource from an array of pixels that are stored in unmanaged memory. |
Top
Reference