Imaging.CreateBitmapSourceFromMemorySection 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
제공된 관리되지 않는 메모리 위치를 기반으로 관리되는 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입니다.
- 특성