Condividi tramite


Imaging.CreateBitmapSourceFromHBitmap Metodo

Definizione

Restituisce un gestito BitmapSource gestito in base al puntatore fornito a una mappa di bit e alle informazioni sulla tavolozza.

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

Parametri

bitmap
IntPtr

nativeint

Puntatore alla mappa di bit non gestita.

palette
IntPtr

nativeint

Puntatore alla mappa della tavolozza della mappa di bit.

sourceRect
Int32Rect

Dimensione dell'immagine di origine.

sizeOptions
BitmapSizeOptions

Valore dell'enumerazione che specifica come gestire le conversioni.

Restituisce

Oggetto BitmapSource creato.

Attributi

Si applica a

Vedi anche