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

[To be supplied.]

[Visual Basic]
Overloads Public Sub DrawImage( _
   ByVal image As Image, _
   ByVal destRect As Rectangle, _
   ByVal srcX As Single, _
   ByVal srcY As Single, _
   ByVal srcWidth As Single, _
   ByVal srcHeight As Single, _
   ByVal srcUnit As GraphicsUnit, _
   ByVal imageAttrs As ImageAttributes, _
   ByVal callback As Graphics.DrawImageAbort _
)
[C#]
public void DrawImage(
   Image image,
   Rectangle destRect,
   float srcX,
   float srcY,
   float srcWidth,
   float srcHeight,
   GraphicsUnit srcUnit,
   ImageAttributes imageAttrs,
   Graphics.DrawImageAbort callback
);
[C++]
public: void DrawImage(
   Image* image,
   Rectangle destRect,
   float srcX,
   float srcY,
   float srcWidth,
   float srcHeight,
   GraphicsUnit srcUnit,
   ImageAttributes* imageAttrs,
   Graphics.DrawImageAbort* callback
);
[JScript]
public function DrawImage(
   image : Image,
   destRect : Rectangle,
   srcX : float,
   srcY : float,
   srcWidth : float,
   srcHeight : float,
   srcUnit : GraphicsUnit,
   imageAttrs : ImageAttributes,
   callback : Graphics.DrawImageAbort
);

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.]
imageAttrs
[To be supplied.]
callback
[To be supplied.]

See Also

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