| Visual Basic (Declaration) | |
|---|---|
Public Overloads Function Clone( _ ByVal rc As Rectangle _ ) As RasterImage  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public RasterImage Clone( Rectangle rc )  | |
| C++/CLI | |
|---|---|
public: RasterImage^ Clone( Rectangle rc )  | |
Parameters
- rc
 - Specifies the area to copy.
 
For an example, refer to Clone 
This method copies only the current active page.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family