다음을 통해 공유


Imaging.CreateBitmapSourceFromMemorySection 메서드

정의

제공된 관리되지 않는 메모리 위치를 기반으로 관리되는 BitmapSource를 반환합니다.

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

매개 변수

section
IntPtr

nativeint

메모리 섹션에 대한 포인터입니다.

pixelWidth
Int32

비트맵의 너비를 픽셀 단위로 지정하는 정수입니다.

pixelHeight
Int32

비트맵의 높이를 픽셀 단위로 지정하는 정수입니다.

format
PixelFormat

열거형 값입니다.

stride
Int32

비트맵의 스트라이드입니다.

offset
Int32

이미지가 시작되는 메모리 스트림의 바이트 오프셋입니다.

반환

BitmapSource

만든 BitmapSource입니다.

특성

적용 대상

추가 정보