System.Windows.Forms.ImageList.Draw Method

Draws the image indicated by the specified index on the specified System.Drawing.Graphics at the given location.

Syntax

public void Draw (System.Drawing.Graphics g, System.Drawing.Point pt, int index)

Parameters

g
The System.Drawing.Graphics to draw on.
pt
The location defined by a System.Drawing.Point at which to draw the image.
index
The index of the image in the System.Windows.Forms.ImageList to draw.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0