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 (Graphics, Point, Int32)

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

Parameters

g
Graphics object to draw into.
pt
Location to draw the image at
index
image in the ImageList to draw

See Also

ImageList Class | ImageList Members | System.WinForms Namespace | ImageList.Draw Overload List