SoftwareBitmap 생성자

정의

오버로드

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

새 소프트웨어 비트맵의 알파 모드입니다.

추가 정보

적용 대상