LEADTOOLS (Leadtools assembly)

Clone(LeadRect) Method

Show in webframe







Specifies the area to copy.
Creates a new RasterImage object by copying an area of this RasterImage.
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
)
-(LTRasterImage*)cloneWithRect:(LeadRect)rc error:(NSError**)outError;
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

See Also

Reference

RasterImage Class
RasterImage Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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