IndexedBitmapResize Method |
Resizes the bitmap to the specified size
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void Resize(
int width,
int height
)
Public Sub Resize (
width As Integer,
height As Integer
)
member Resize :
width : int *
height : int -> unit
Parameters
- width
- Type: SystemInt32
New width of the bitmap - height
- Type: SystemInt32
New height of the bitmap
See Also