Bitmap.Clone Method
.NET Framework 4
Creates a copy of the section of this Bitmap defined with a specified PixelFormat.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Clone() | Creates an exact copy of this Image. (Inherited from Image.) |
|
Clone(Rectangle, PixelFormat) | Creates a copy of the section of this Bitmap defined by Rectangle structure and with a specified PixelFormat enumeration. |
|
Clone(RectangleF, PixelFormat) | Creates a copy of the section of this Bitmap defined with a specified PixelFormat enumeration. |