| Visual Basic (Declaration) | |
|---|---|
| Public Overloads Sub DrawImage( _ ByVal image As Image, _ ByVal rect As RectangleF _ ) | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public void DrawImage( Image image, RectangleF rect ) | |
Parameters
- image
- Image object to draw.
- rect
- RectangleF structure that specifies the location and size of the drawn image.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
 
  
  
  
 