NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ImageList.Draw

[To be supplied.]

Overload List

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);

See Also

ImageList Class | ImageList Members | System.WinForms Namespace