Imaging.CreateBitmapSourceFromMemorySection Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Zwraca zarządzany BitmapSourceobiekt na podstawie podanej niezarządzanej lokalizacji pamięci.
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
Parametry
- section
-
IntPtr
nativeint
Wskaźnik do sekcji pamięci.
- pixelWidth
- Int32
Liczba całkowita określająca szerokość mapy bitowej w pikselach.
- pixelHeight
- Int32
Liczba całkowita określająca wysokość mapy bitowej w pikselach.
- format
- PixelFormat
Wartość wyliczenia.
- stride
- Int32
Krok mapy bitowej.
- offset
- Int32
Przesunięcie bajtu do strumienia pamięci, w którym rozpoczyna się obraz.
Zwraca
Utworzony element BitmapSource.
- Atrybuty