Creates a copy of the section of this Bitmap defined bywith a specified PixelFormat.
[Visual Basic] Overloads Public Function Clone( _ ByVal rect As RectangleF, _ ByVal format As PixelFormat _ ) As Bitmap [C#] public Bitmap Clone( RectangleF rect, PixelFormat format ); [C++] public: Bitmap* Clone( RectangleF rect, PixelFormat format ); [JScript] public function Clone( rect : RectangleF, format : PixelFormat ) : Bitmap;
The Bitmap that this method creates.
Bitmap Class | Bitmap Members | System.Drawing Namespace | Bitmap.Clone Overload List