←Select platform

Clone(LeadRect) Method

Summary
Creates a new RasterImage object by copying an area of this RasterImage.
Syntax
C#
VB
Objective-C
C++
Java
public RasterImage Clone( 
   LeadRect rc 
) 
Public Overloads Function Clone( _ 
   ByVal rc As LeadRect _ 
) As RasterImage 
- (nullable LTRasterImage *)cloneWithRect:(LeadRect)rect error:(NSError **)error 
public 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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.