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



Creates a new RasterImage object by copying this object.

Syntax

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

Return Value

A pointer to the new object.

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