ImageList::Draw Method (Graphics^, Int32, Int32, Int32)
.NET Framework (current version)
Draws the image indicated by the given index on the specified Graphics at the specified location.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- g
-
Type:
System.Drawing::Graphics^
The Graphics to draw on.
- x
-
Type:
System::Int32
The horizontal position at which to draw the image.
- y
-
Type:
System::Int32
The vertical position at which to draw the image.
- index
-
Type:
System::Int32
The index of the image in the ImageList to draw.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The index is less than 0. -or- The index is greater than or equal to the count of images in the image list. |
.NET Framework
Available since 1.1
Available since 1.1
Show: