In The Hand LtdIn The Hand
TransparentBitmap Constructor (width, height)
NamespacesInTheHand.DrawingTransparentBitmapTransparentBitmap(Int32, Int32)
.NET Components for Mobility
Initializes a new instance of the TransparentBitmap class with the specified size.
Declaration Syntax
C#Visual Basic
public TransparentBitmap(
	int width,
	int height
)
Public Sub New ( _
	width As Integer, _
	height As Integer _
)
Parameters
width (Int32)
The width, in pixels, of the new TransparentBitmap.
height (Int32)
The height, in pixels, of the new TransparentBitmap.
Remarks
This constructor creates a TransparentBitmap with a PixelFormat enumeration value of Format32bppArgb.

Assembly: InTheHand.Drawing (Module: InTheHand.Drawing) Version: 7.0.0.0