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