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