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



rc
Specifies the area to copy.
rc
Specifies the area to copy.
Creates a new RasterImage object by copying an area of this RasterImage. Supported in Silverlight, Windows Phone 7

Syntax

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.

Example

For an example, refer to Clone

Remarks

This method copies only the current active page.

Requirements

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

See Also