WriteableBitmap(Int32, Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.