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, Single, Single, RectangleF, GraphicsUnit)

[To be supplied.]

[Visual Basic]
Overloads Public Sub DrawImage( _
   ByVal image As Image, _
   ByVal x As Single, _
   ByVal y As Single, _
   ByVal srcRect As RectangleF, _
   ByVal srcUnit As GraphicsUnit _
)
[C#]
public void DrawImage(
   Image image,
   float x,
   float y,
   RectangleF srcRect,
   GraphicsUnit srcUnit
);
[C++]
public: void DrawImage(
   Image* image,
   float x,
   float y,
   RectangleF srcRect,
   GraphicsUnit srcUnit
);
[JScript]
public function DrawImage(
   image : Image,
   x : float,
   y : float,
   srcRect : RectangleF,
   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