Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
Clone(Rectangle) Method
See Also 
Leadtools Namespace > RasterImage Class > Clone Method : Clone(Rectangle) Method



rc
A Rectangle object specifying the area to copy.
rc
A Rectangle object specifying the area to copy.
Creates a new RasterImage object by copying an area of this object.

Syntax

Visual Basic (Declaration) 
Overloads Public Overridable Function Clone( _
   ByVal rc As Rectangle _
) As RasterImage
Visual Basic (Usage)Copy Code
Dim instance As RasterImage
Dim rc As Rectangle
Dim value As RasterImage
 
value = instance.Clone(rc)
C# 
public virtual RasterImage Clone( 
   Rectangle rc
)
C++/CLI 
public:
virtual RasterImage^ Clone( 
   Rectangle rc
) 

Parameters

rc
A Rectangle object specifying the area to copy.

Return Value

The RasterImage this method creates.

Remarks

Fore more information, refer to Clone method.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also