SoftwareBitmap Construtores

Definição

Sobrecargas

SoftwareBitmap(BitmapPixelFormat, Int32, Int32)

Inicializa uma nova instância da classe SoftwareBitmap .

SoftwareBitmap(BitmapPixelFormat, Int32, Int32, BitmapAlphaMode)

Inicializa uma nova instância da classe SoftwareBitmap .

SoftwareBitmap(BitmapPixelFormat, Int32, Int32)

Inicializa uma nova instância da classe SoftwareBitmap .

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)

Parâmetros

format
BitmapPixelFormat

O formato de pixel do novo bitmap de software.

width
Int32

int

A largura do novo bitmap de software, em pixels.

height
Int32

int

A altura do novo bitmap de software, em pixels.

Confira também

Aplica-se a

SoftwareBitmap(BitmapPixelFormat, Int32, Int32, BitmapAlphaMode)

Inicializa uma nova instância da classe SoftwareBitmap .

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)

Parâmetros

format
BitmapPixelFormat

O formato de pixel do novo bitmap de software.

width
Int32

int

A largura do novo bitmap de software, em pixels.

height
Int32

int

A altura do novo bitmap de software, em pixels.

alpha
BitmapAlphaMode

O modo alfa do novo bitmap de software.

Confira também

Aplica-se a