다음을 통해 공유


Imaging.CreateBitmapSourceFromHBitmap 메서드

정의

관리되지 않는 비트맵에 대한 제공된 포인터와 색상표 정보를 기반으로 관리되는 BitmapSource를 반환합니다.

public:
 static System::Windows::Media::Imaging::BitmapSource ^ CreateBitmapSourceFromHBitmap(IntPtr bitmap, IntPtr palette, System::Windows::Int32Rect sourceRect, System::Windows::Media::Imaging::BitmapSizeOptions ^ sizeOptions);
[System.Security.SecurityCritical]
public static System.Windows.Media.Imaging.BitmapSource CreateBitmapSourceFromHBitmap (IntPtr bitmap, IntPtr palette, System.Windows.Int32Rect sourceRect, System.Windows.Media.Imaging.BitmapSizeOptions sizeOptions);
public static System.Windows.Media.Imaging.BitmapSource CreateBitmapSourceFromHBitmap (IntPtr bitmap, IntPtr palette, System.Windows.Int32Rect sourceRect, System.Windows.Media.Imaging.BitmapSizeOptions sizeOptions);
[<System.Security.SecurityCritical>]
static member CreateBitmapSourceFromHBitmap : nativeint * nativeint * System.Windows.Int32Rect * System.Windows.Media.Imaging.BitmapSizeOptions -> System.Windows.Media.Imaging.BitmapSource
static member CreateBitmapSourceFromHBitmap : nativeint * nativeint * System.Windows.Int32Rect * System.Windows.Media.Imaging.BitmapSizeOptions -> System.Windows.Media.Imaging.BitmapSource
Public Shared Function CreateBitmapSourceFromHBitmap (bitmap As IntPtr, palette As IntPtr, sourceRect As Int32Rect, sizeOptions As BitmapSizeOptions) As BitmapSource

매개 변수

bitmap
IntPtr

nativeint

관리되지 않는 비트맵에 대한 포인터입니다.

palette
IntPtr

nativeint

비트맵의 색상표 맵에 대한 포인터입니다.

sourceRect
Int32Rect

소스 이미지의 크기입니다.

sizeOptions
BitmapSizeOptions

변환 처리 방법을 지정하는 열거형의 값입니다.

반환

BitmapSource

만든 BitmapSource입니다.

특성

적용 대상

추가 정보