Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Clone(Rectangle) Method
See Also 
Leadtools Namespace > RasterImage Class > Clone Method : Clone(Rectangle) Method



rc
Specifies the area to copy.
Creates a new RasterImage object by copying an area of this RasterImage.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Clone( _
   ByVal rc As Rectangle _
) As RasterImage
Visual Basic (Usage)Copy Code
Dim instance As RasterImage
Dim rc As Rectangle
Dim value As RasterImage
 
value = instance.Clone(rc)
C# 
public RasterImage Clone( 
   Rectangle rc
)
C++/CLI 
public:
RasterImage^ Clone( 
   Rectangle rc
) 

Parameters

rc
Specifies the area to copy.

Example

For an example, refer to Clone

Remarks

This method copies only the current active page.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also