←Select platform

Clone(LeadRect) Method

Summary

Creates a new RasterImage object by copying an area of this RasterImage.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public RasterImage Clone( 
   LeadRect rc 
) 
Public Overloads Function Clone( _ 
   ByVal rc As Leadtools.LeadRect _ 
) As Leadtools.RasterImage 
- (nullable LTRasterImage *)cloneWithRect:(LeadRect)rect error:(NSError **)error 
public RasterImage clone(LeadRect rc) 
 function Leadtools.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()](../l/).

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly