NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Bitmap.Clone

Creates a copy of this Bitmap.

Overload List

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;

See Also

Bitmap Class | Bitmap Members | System.Drawing Namespace