LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Clone(LeadRect) Method






Specifies the area to copy.
Creates a new RasterImage object by copying an area of this RasterImage. .NET support Silverlight support WinRT support
Syntax
public RasterImage Clone( 
   LeadRect rc
)
'Declaration
 
Public Overloads Function Clone( _
   ByVal rc As LeadRect _
) As RasterImage
'Usage
 
Dim instance As RasterImage
Dim rc As LeadRect
Dim value As RasterImage
 
value = instance.Clone(rc)
public RasterImage Clone( 
   LeadRect rc
)
 function Leadtools.RasterImage.Clone(LeadRect)( 
   rc 
)
public:
RasterImage^ Clone( 
   LeadRect rc
) 

Parameters

rc
Specifies the area to copy.
Remarks

This method copies only the current active page.

Example
For an example, refer to Clone
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterImage Class
RasterImage Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.