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!

Graphics.DrawIcon (Icon, Int32, Int32)

[To be supplied.]

[Visual Basic]
Overloads Public Sub DrawIcon( _
   ByVal icon As Icon, _
   ByVal x As Integer, _
   ByVal y As Integer _
)
[C#]
public void DrawIcon(
   Icon icon,
   int x,
   int y
);
[C++]
public: void DrawIcon(
   Icon* icon,
   int x,
   int y
);
[JScript]
public function DrawIcon(
   icon : Icon,
   x : int,
   y : int
);

Parameters

icon
[To be supplied.]
x
[To be supplied.]
y
[To be supplied.]

See Also

Graphics Class | Graphics Members | System.Drawing Namespace | Graphics.DrawIcon Overload List