Click or drag to resize

GraphicsDrawImage Method (Image, PointF)

Draws the specified image at a location with no scaling

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

Parameters

image
Type: Eto.DrawingImage
Image to draw
location
Type: Eto.DrawingPointF
Location to draw the image
See Also