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
)
Public Sub DrawImage (
image As Image,
location As PointF
)
member DrawImage :
image : Image *
location : PointF -> unit
Parameters
- image
- Type: Eto.DrawingImage
Image to draw - location
- Type: Eto.DrawingPointF
Location to draw the image
See Also