BitmapIHandlerCreate Method (Int32, Int32, Graphics) |
Creates a new bitmap optimized for drawing on the specified graphics
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void Create(
int width,
int height,
Graphics graphics
)
Sub Create (
width As Integer,
height As Integer,
graphics As Graphics
)
abstract Create :
width : int *
height : int *
graphics : Graphics -> unit
Parameters
- width
- Type: SystemInt32
Width of the bitmap - height
- Type: SystemInt32
Height of the bitmap - graphics
- Type: Eto.DrawingGraphics
Graphics context the bitmap is intended to be drawn on
See Also