[To be supplied.]
[Visual Basic] Overloads Public Sub DrawImage( _ ByVal image As Image, _ ByVal destPoints() As Point, _ ByVal srcRect As Rectangle, _ ByVal srcUnit As GraphicsUnit, _ ByVal imageAttr As ImageAttributes, _ ByVal callback As Graphics.DrawImageAbort _ ) [C#] public void DrawImage( Image image, Point[] destPoints, Rectangle srcRect, GraphicsUnit srcUnit, ImageAttributes imageAttr, Graphics.DrawImageAbort callback ); [C++] public: void DrawImage( Image* image, Point* destPoints[], Rectangle srcRect, GraphicsUnit srcUnit, ImageAttributes* imageAttr, Graphics.DrawImageAbort* callback ); [JScript] public function DrawImage( image : Image, destPoints : Point[], srcRect : Rectangle, srcUnit : GraphicsUnit, imageAttr : ImageAttributes, callback : Graphics.DrawImageAbort );
Graphics Class | Graphics Members | System.Drawing Namespace | Graphics.DrawImage Overload List