GraphicsDrawImage Method (Image, RectangleF, PointF) |
Draws the source portion of an image, scaling to the specified destination
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void DrawImage(
Image image,
RectangleF source,
PointF destination
)
Public Sub DrawImage (
image As Image,
source As RectangleF,
destination As PointF
)
member DrawImage :
image : Image *
source : RectangleF *
destination : PointF -> unit
Parameters
- image
- Type: Eto.DrawingImage
Image to draw - source
- Type: Eto.DrawingRectangleF
Source rectangle of the image portion to draw - destination
- Type: Eto.DrawingPointF
Destination rectangle of where to draw the portion
See Also