'Declaration
Public Overloads Sub DrawImage( _ ByVal img As Image, _ ByVal rc As RectangleF _ )
public void DrawImage( Image img, RectangleF rc )
Parameters
- img
- System.Drawing.Image object to draw.
- rc
- System.Drawing.RectangleF structure that specifies the location of the drawn image, in points from the top left corner of the page.