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.DrawImage (Image, Rectangle)

[To be supplied.]

[Visual Basic]
Overloads Public Sub DrawImage( _
   ByVal image As Image, _
   ByVal rect As Rectangle _
)
[C#]
public void DrawImage(
   Image image,
   Rectangle rect
);
[C++]
public: void DrawImage(
   Image* image,
   Rectangle rect
);
[JScript]
public function DrawImage(
   image : Image,
   rect : Rectangle
);

Parameters

image
[To be supplied.]
rect
[To be supplied.]

See Also

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