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