The
methods
of System.Windows.Forms.ImageList are listed below. For a list of all members, see the ImageList Members list.
See Also: Inherited members from System.ComponentModel.Component
Public Methods
| Draw(System.Drawing.Graphics, System.Drawing.Point, int)
Draws the image indicated by the specified index on the specified System.Drawing.Graphics at the given location.
|
| Draw(System.Drawing.Graphics, int, int, int)
Draws the image indicated by the given index on the specified System.Drawing.Graphics at the specified location.
|
| Draw(System.Drawing.Graphics, int, int, int, int, int)
Draws the image indicated by the given index on the specified System.Drawing.Graphics using the specified location and size.
|
override | ToString() : string
Returns a string that represents the current System.Windows.Forms.ImageList.
|
Protected Methods