BitmapIHandlerCreate Method (Image, Int32, Int32, ImageInterpolation) |
Create a new scaled bitmap with the specified width and height
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void Create(
Image image,
int width,
int height,
ImageInterpolation interpolation
)
Sub Create (
image As Image,
width As Integer,
height As Integer,
interpolation As ImageInterpolation
)
abstract Create :
image : Image *
width : int *
height : int *
interpolation : ImageInterpolation -> unit
Parameters
- image
- Type: Eto.DrawingImage
Image to scale - width
- Type: SystemInt32
Width to scale the source image to - height
- Type: SystemInt32
Height to scale the source image to - interpolation
- Type: Eto.DrawingImageInterpolation
Interpolation quality
See Also