Imaging.CreateBitmapSourceFromHBitmap Method
Returns a managed BitmapSource, based on the provided pointer to an unmanaged bitmap and palette information.
Namespace: System.Windows.Interop
Assembly: PresentationCore (in PresentationCore.dll)
public static BitmapSource CreateBitmapSourceFromHBitmap( IntPtr bitmap, IntPtr palette, Int32Rect sourceRect, BitmapSizeOptions sizeOptions )
Parameters
- bitmap
- Type: System.IntPtr
A pointer to the unmanaged bitmap.
- palette
- Type: System.IntPtr
A pointer to the bitmap's palette map.
- sourceRect
- Type: System.Windows.Int32Rect
The size of the source image.
- sizeOptions
- Type: System.Windows.Media.Imaging.BitmapSizeOptions
A value of the enumeration that specifies how to handle conversions.
- SecurityPermission
to return an object from this method. Associated enumeration: UnmanagedCode
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.