DrawImage(Image,RectangleF,RectangleF) Method
In This Topic
Draws the specified
System.Drawing.Image object at the specified location, clipping the output to the given clipping rectangle.
Syntax
Parameters
- img
- System.Drawing.Image object to draw.
- rcImage
- System.Drawing.RectangleF structure that specifies the location of the drawn image, in points from the top left corner of the page.
- rcClip
- System.Drawing.RectangleF structure that specifies a clipping rectangle on the page. No part of the image is drawn outside the clipping rectangle.
See Also