GraphicsIHandlerCreateFromImage Method |
Creates the graphics object for drawing on the specified image
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void CreateFromImage(
Bitmap image
)
Sub CreateFromImage (
image As Bitmap
)
abstract CreateFromImage :
image : Bitmap -> unit
Parameters
- image
- Type: Eto.DrawingBitmap
Image to perform drawing operations on
See Also