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