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 (RectangleF, PixelFormat)

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;

Parameters

rect
Defines the portion of this Bitmap to copy.
format
Specifies the TBD for the destination Bitmap.

Return Value

The Bitmap that this method creates.

See Also

Bitmap Class | Bitmap Members | System.Drawing Namespace | Bitmap.Clone Overload List