Udostępnij za pośrednictwem


Imaging.CreateBitmapSourceFromHBitmap Metoda

Definicja

Zwraca zarządzany BitmapSourceobiekt na podstawie podanego wskaźnika do niezarządzanej mapy bitowej i informacji o palecie.

public:
 static System::Windows::Media::Imaging::BitmapSource ^ CreateBitmapSourceFromHBitmap(IntPtr bitmap, IntPtr palette, System::Windows::Int32Rect sourceRect, System::Windows::Media::Imaging::BitmapSizeOptions ^ sizeOptions);
[System.Security.SecurityCritical]
public static System.Windows.Media.Imaging.BitmapSource CreateBitmapSourceFromHBitmap (IntPtr bitmap, IntPtr palette, System.Windows.Int32Rect sourceRect, System.Windows.Media.Imaging.BitmapSizeOptions sizeOptions);
public static System.Windows.Media.Imaging.BitmapSource CreateBitmapSourceFromHBitmap (IntPtr bitmap, IntPtr palette, System.Windows.Int32Rect sourceRect, System.Windows.Media.Imaging.BitmapSizeOptions sizeOptions);
[<System.Security.SecurityCritical>]
static member CreateBitmapSourceFromHBitmap : nativeint * nativeint * System.Windows.Int32Rect * System.Windows.Media.Imaging.BitmapSizeOptions -> System.Windows.Media.Imaging.BitmapSource
static member CreateBitmapSourceFromHBitmap : nativeint * nativeint * System.Windows.Int32Rect * System.Windows.Media.Imaging.BitmapSizeOptions -> System.Windows.Media.Imaging.BitmapSource
Public Shared Function CreateBitmapSourceFromHBitmap (bitmap As IntPtr, palette As IntPtr, sourceRect As Int32Rect, sizeOptions As BitmapSizeOptions) As BitmapSource

Parametry

bitmap
IntPtr

nativeint

Wskaźnik do niezarządzanej mapy bitowej.

palette
IntPtr

nativeint

Wskaźnik do mapy palety mapy bitowej.

sourceRect
Int32Rect

Rozmiar obrazu źródłowego.

sizeOptions
BitmapSizeOptions

Wartość wyliczenia, która określa sposób obsługi konwersji.

Zwraca

BitmapSource

Utworzony element BitmapSource.

Atrybuty

Dotyczy

Zobacz też