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