GraphicsIHandlerDrawImage Method (Image, Single, Single) |
Draws the specified image at a location with no scaling
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void DrawImage(
Image image,
float x,
float y
)
Sub DrawImage (
image As Image,
x As Single,
y As Single
)
abstract DrawImage :
image : Image *
x : float32 *
y : float32 -> unit
Parameters
- image
- Type: Eto.DrawingImage
Image to draw - x
- Type: SystemSingle
X co-ordinate - y
- Type: SystemSingle
Y co-ordinate
See Also