[To be supplied.]
Draw the image indicated by the given index on the given Graphics at the given location.
[Visual Basic] Overloads Public Sub Draw(Graphics, Integer, Integer, Integer)
[C#] public void Draw(Graphics, int, int, int);
[C++] public: void Draw(Graphics*, int, int, int);
[JScript] public function Draw(Graphics, int, int, int);
Draw the image indicated by the given index on the given Graphics at the given location.
[Visual Basic] Overloads Public Sub Draw(Graphics, Point, Integer)
[C#] public void Draw(Graphics, Point, int);
[C++] public: void Draw(Graphics*, Point, int);
[JScript] public function Draw(Graphics, Point, int);
ImageList Class | ImageList Members | System.WinForms Namespace