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 x As Integer, _ ByVal y As Integer, _ ByVal index As Integer _ ) [C#] public void Draw( Graphics g, int x, int y, int index ); [C++] public: void Draw( Graphics* g, int x, int y, int index ); [JScript] public function Draw( g : Graphics, x : int, y : int, index : int );
ImageList Class | ImageList Members | System.WinForms Namespace | ImageList.Draw Overload List