Click or drag to resize

GraphicsDrawImage Method (Image, RectangleF)

Draws the specified image in a rectangle

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void DrawImage(
	Image image,
	RectangleF rectangle
)

Parameters

image
Type: Eto.DrawingImage
Image to draw
rectangle
Type: Eto.DrawingRectangleF
Where to draw the image
Remarks
This will scale the image to the specified width and height using the ImageInterpolation mode
See Also