'Declaration Public Overloads Sub DrawImage( _ ByVal image As Image, _ ByVal bounds As RectangleF _ )
public void DrawImage( Image image, RectangleF bounds )
Parameters
- image
- The System.Drawing.Image to draw on the page.
- bounds
- RectangleF structure that specifies the location and size of the drawn image.