Sdílet prostřednictvím


Imaging.CreateBitmapSourceFromMemorySection Metoda

Definice

Vrátí spravovanou BitmapSourcehodnotu založenou na zadaném nespravovaném umístění paměti.

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

Ukazatel na oddíl paměti.

pixelWidth
Int32

Celé číslo, které určuje šířku rastrového obrázku v pixelech.

pixelHeight
Int32

Celé číslo, které určuje výšku rastrového obrázku v pixelech.

format
PixelFormat

Hodnota výčtu.

stride
Int32

Krok rastrového obrázku.

offset
Int32

Bajt posunut do datového proudu paměti, kde se image spouští.

Návraty

BitmapSource

BitmapSourceVytvořený .

Atributy

Platí pro

Viz také