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