SoftwareBitmap 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
SoftwareBitmap(BitmapPixelFormat, Int32, Int32) |
SoftwareBitmap 클래스의 새 instance 초기화합니다. |
SoftwareBitmap(BitmapPixelFormat, Int32, Int32, BitmapAlphaMode) |
SoftwareBitmap 클래스의 새 instance 초기화합니다. |
SoftwareBitmap(BitmapPixelFormat, Int32, Int32)
SoftwareBitmap 클래스의 새 instance 초기화합니다.
public:
SoftwareBitmap(BitmapPixelFormat format, int width, int height);
SoftwareBitmap(BitmapPixelFormat const& format, int const& width, int const& height);
public SoftwareBitmap(BitmapPixelFormat format, int width, int height);
function SoftwareBitmap(format, width, height)
Public Sub New (format As BitmapPixelFormat, width As Integer, height As Integer)
매개 변수
- format
- BitmapPixelFormat
새 소프트웨어 비트맵의 픽셀 형식입니다.
- width
-
Int32
int
새 소프트웨어 비트맵의 너비(픽셀)입니다.
- height
-
Int32
int
새 소프트웨어 비트맵의 높이(픽셀)입니다.
추가 정보
적용 대상
SoftwareBitmap(BitmapPixelFormat, Int32, Int32, BitmapAlphaMode)
SoftwareBitmap 클래스의 새 instance 초기화합니다.
public:
SoftwareBitmap(BitmapPixelFormat format, int width, int height, BitmapAlphaMode alpha);
SoftwareBitmap(BitmapPixelFormat const& format, int const& width, int const& height, BitmapAlphaMode const& alpha);
public SoftwareBitmap(BitmapPixelFormat format, int width, int height, BitmapAlphaMode alpha);
function SoftwareBitmap(format, width, height, alpha)
Public Sub New (format As BitmapPixelFormat, width As Integer, height As Integer, alpha As BitmapAlphaMode)
매개 변수
- format
- BitmapPixelFormat
새 소프트웨어 비트맵의 픽셀 형식입니다.
- width
-
Int32
int
새 소프트웨어 비트맵의 너비(픽셀)입니다.
- height
-
Int32
int
새 소프트웨어 비트맵의 높이(픽셀)입니다.
- alpha
- BitmapAlphaMode
새 소프트웨어 비트맵의 알파 모드입니다.