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
)
Public Sub DrawImage (
image As Image,
rectangle As RectangleF
)
member DrawImage :
image : Image *
rectangle : RectangleF -> unit
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