Graphics.DrawIcon Method
.NET Framework 3.0
Draws the image represented by the specified Icon at the specified coordinates.
| Name | Description |
|---|---|
| Graphics.DrawIcon (Icon, Rectangle) | Draws the image represented by the specified Icon within the area specified by a Rectangle structure. |
| Graphics.DrawIcon (Icon, Int32, Int32) | Draws the image represented by the specified Icon at the specified coordinates. Supported by the .NET Compact Framework. |
Community Additions
ADD
Show: