WriteableBitmap(Int32, Int32) Constructor

Definition

Initializes a new instance of the WriteableBitmap class.

public:
 WriteableBitmap(int pixelWidth, int pixelHeight);
 WriteableBitmap(int const& pixelWidth, int const& pixelHeight);
public WriteableBitmap(int pixelWidth, int pixelHeight);
function WriteableBitmap(pixelWidth, pixelHeight)
Public Sub New (pixelWidth As Integer, pixelHeight As Integer)

Parameters

pixelWidth
Int32

int

The width of the bitmap in pixels.

pixelHeight
Int32

int

The height of the bitmap in pixels.

Applies to