Bitmap Constructor (BitmapIHandler) |
Initializes a new instance of a Bitmap with the specified handler
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Bitmap(
BitmapIHandler handler
)
Public Sub New (
handler As BitmapIHandler
)
new :
handler : BitmapIHandler -> Bitmap
Parameters
- handler
- Type: Eto.DrawingBitmapIHandler
Platform handler to use for this instance
Remarks
This is intended to be used by platform specific code to return bitmap instances with a particular handler
See Also