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