Partager via


Imaging.CreateBitmapSourceFromMemorySection Méthode

Définition

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

BitmapSource

Élément BitmapSource créé.

Attributs

S’applique à

Voir aussi