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