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

[To be supplied.]

[Visual Basic]
Overloads Public Sub DrawImage( _
   ByVal image As Image, _
   ByVal destRect As Rectangle, _
   ByVal srcX As Integer, _
   ByVal srcY As Integer, _
   ByVal srcWidth As Integer, _
   ByVal srcHeight As Integer, _
   ByVal srcUnit As GraphicsUnit, _
   ByVal imageAttr As ImageAttributes _
)
[C#]
public void DrawImage(
   Image image,
   Rectangle destRect,
   int srcX,
   int srcY,
   int srcWidth,
   int srcHeight,
   GraphicsUnit srcUnit,
   ImageAttributes imageAttr
);
[C++]
public: void DrawImage(
   Image* image,
   Rectangle destRect,
   int srcX,
   int srcY,
   int srcWidth,
   int srcHeight,
   GraphicsUnit srcUnit,
   ImageAttributes* imageAttr
);
[JScript]
public function DrawImage(
   image : Image,
   destRect : Rectangle,
   srcX : int,
   srcY : int,
   srcWidth : int,
   srcHeight : int,
   srcUnit : GraphicsUnit,
   imageAttr : ImageAttributes
);

Parameters

image
[To be supplied.]
destRect
[To be supplied.]
srcX
[To be supplied.]
srcY
[To be supplied.]
srcWidth
[To be supplied.]
srcHeight
[To be supplied.]
srcUnit
[To be supplied.]
imageAttr
[To be supplied.]

See Also

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