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, Int32, Int32, Rectangle, GraphicsUnit)

[To be supplied.]

[Visual Basic]
Overloads Public Sub DrawImage( _
   ByVal image As Image, _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal srcRect As Rectangle, _
   ByVal srcUnit As GraphicsUnit _
)
[C#]
public void DrawImage(
   Image image,
   int x,
   int y,
   Rectangle srcRect,
   GraphicsUnit srcUnit
);
[C++]
public: void DrawImage(
   Image* image,
   int x,
   int y,
   Rectangle srcRect,
   GraphicsUnit srcUnit
);
[JScript]
public function DrawImage(
   image : Image,
   x : int,
   y : int,
   srcRect : Rectangle,
   srcUnit : GraphicsUnit
);

Parameters

image
[To be supplied.]
x
[To be supplied.]
y
[To be supplied.]
srcRect
[To be supplied.]
srcUnit
[To be supplied.]

See Also

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