Graphics Constructor (Bitmap) |
Initializes a new instance of the Generator class to draw on the given image
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Graphics(
Bitmap image
)
Public Sub New (
image As Bitmap
)
new :
image : Bitmap -> Graphics
Parameters
- image
- Type: Eto.DrawingBitmap
Image to draw on using this graphics context
See Also