- rc
- Specifies the area to copy.
| Visual Basic (Declaration) | |
|---|---|
Overloads Public Function Clone( _ ByVal rc As LeadRect _ ) As RasterImage | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As RasterImage Dim rc As LeadRect Dim value As RasterImage value = instance.Clone(rc) | |
| C# | |
|---|---|
public RasterImage Clone( LeadRect rc ) | |
| C++/CLI | |
|---|---|
public: RasterImage^ Clone( LeadRect rc ) | |
Parameters
- rc
- Specifies the area to copy.
For an example, refer to Clone
This method copies only the current active page.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7
Copy Code