Creates a copy of this Bitmap.
Creates a copy of the section of this Bitmap defined bywith a specified PixelFormat.
[Visual Basic] Overloads Public Function Clone(Rectangle, PixelFormat) As Bitmap
[C#] public Bitmap Clone(Rectangle, PixelFormat);
[C++] public: Bitmap* Clone(Rectangle, PixelFormat);
[JScript] public function Clone(Rectangle, PixelFormat) : Bitmap;
Creates a copy of the section of this Bitmap defined bywith a specified PixelFormat.
[Visual Basic] Overloads Public Function Clone(RectangleF, PixelFormat) As Bitmap
[C#] public Bitmap Clone(RectangleF, PixelFormat);
[C++] public: Bitmap* Clone(RectangleF, PixelFormat);
[JScript] public function Clone(RectangleF, PixelFormat) : Bitmap;