[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 imageAttrs As ImageAttributes, _ ByVal callback As Graphics.DrawImageAbort, _ ByVal callbackData As Integer _ ) [C#] public void DrawImage( Image image, Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, GraphicsUnit srcUnit, ImageAttributes imageAttrs, Graphics.DrawImageAbort callback, int callbackData ); [C++] public: void DrawImage( Image* image, Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, GraphicsUnit srcUnit, ImageAttributes* imageAttrs, Graphics.DrawImageAbort* callback, int callbackData ); [JScript] public function DrawImage( image : Image, destRect : Rectangle, srcX : int, srcY : int, srcWidth : int, srcHeight : int, srcUnit : GraphicsUnit, imageAttrs : ImageAttributes, callback : Graphics.DrawImageAbort, callbackData : int );
Graphics Class | Graphics Members | System.Drawing Namespace | Graphics.DrawImage Overload List