Imaging.CreateBitmapSourceFromMemorySection Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne un BitmapSource managé, selon l'emplacement spécifié de la mémoire non managée.
public:
static System::Windows::Media::Imaging::BitmapSource ^ CreateBitmapSourceFromMemorySection(IntPtr section, int pixelWidth, int pixelHeight, System::Windows::Media::PixelFormat format, int stride, int offset);
[System.Security.SecurityCritical]
public static System.Windows.Media.Imaging.BitmapSource CreateBitmapSourceFromMemorySection (IntPtr section, int pixelWidth, int pixelHeight, System.Windows.Media.PixelFormat format, int stride, int offset);
public static System.Windows.Media.Imaging.BitmapSource CreateBitmapSourceFromMemorySection (IntPtr section, int pixelWidth, int pixelHeight, System.Windows.Media.PixelFormat format, int stride, int offset);
[<System.Security.SecurityCritical>]
static member CreateBitmapSourceFromMemorySection : nativeint * int * int * System.Windows.Media.PixelFormat * int * int -> System.Windows.Media.Imaging.BitmapSource
static member CreateBitmapSourceFromMemorySection : nativeint * int * int * System.Windows.Media.PixelFormat * int * int -> System.Windows.Media.Imaging.BitmapSource
Public Shared Function CreateBitmapSourceFromMemorySection (section As IntPtr, pixelWidth As Integer, pixelHeight As Integer, format As PixelFormat, stride As Integer, offset As Integer) As BitmapSource
Paramètres
- section
-
IntPtr
nativeint
Pointeur vers une section de mémoire.
- pixelWidth
- Int32
Entier qui spécifie la largeur, en pixels, de la bitmap.
- pixelHeight
- Int32
Entier qui spécifie la hauteur, en pixels, de la bitmap.
- format
- PixelFormat
Valeur de l’énumération.
- stride
- Int32
Largeur de numérisation de l'image bitmap.
- offset
- Int32
Offset d'octet dans le flux de mémoire où l'image commence.
Retours
Élément BitmapSource créé.
- Attributs