[To be supplied.]
Draws this image to a graphics object. The drawing command originates on the graphics object, but a graphics object generally has no idea how to render a given image. So, it passes the call to the actual image. This version crops the image to the given dimensions and allows the user to specify a rectangle within the image to draw.
[Visual Basic] Overloads Public Sub DrawIcon(Icon, Rectangle)
[C#] public void DrawIcon(Icon, Rectangle);
[C++] public: void DrawIcon(Icon*, Rectangle);
[JScript] public function DrawIcon(Icon, Rectangle);
[To be supplied.]
[Visual Basic] Overloads Public Sub DrawIcon(Icon, Integer, Integer)
[C#] public void DrawIcon(Icon, int, int);
[C++] public: void DrawIcon(Icon*, int, int);
[JScript] public function DrawIcon(Icon, int, int);
Graphics Class | Graphics Members | System.Drawing Namespace