[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 );
Graphics Class | Graphics Members | System.Drawing Namespace | Graphics.DrawImage Overload List