Bitmap Constructor (Int32, Int32, PixelFormat) |
Initializes a new instance of a Bitmap with the specified size and format
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Bitmap(
int width,
int height,
PixelFormat pixelFormat
)
Public Sub New (
width As Integer,
height As Integer,
pixelFormat As PixelFormat
)
new :
width : int *
height : int *
pixelFormat : PixelFormat -> Bitmap
Parameters
- width
- Type: SystemInt32
Width of the new bitmap - height
- Type: SystemInt32
Height of the new bitmap - pixelFormat
- Type: Eto.DrawingPixelFormat
Format of each pixel
See Also