Bitmap Constructor (Size, 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(
Size size,
PixelFormat pixelFormat
)
Public Sub New (
size As Size,
pixelFormat As PixelFormat
)
new :
size : Size *
pixelFormat : PixelFormat -> Bitmap
Parameters
- size
- Type: Eto.DrawingSize
Size of the bitmap to create - pixelFormat
- Type: Eto.DrawingPixelFormat
Format of each pixel
See Also