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