Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
CloneCommand Class
See Also  Members  
Leadtools.ImageProcessing Namespace : CloneCommand Class



Copies an entire source image and places it into a destination image.

Object Model


Syntax

Visual Basic (Declaration) 
Public Class CloneCommand 
   Inherits RasterCommand
   Implements IRasterCommand 
Visual Basic (Usage)Copy Code
Dim instance As CloneCommand
C# 
public class CloneCommand : RasterCommand, IRasterCommand  
C++/CLI 
public ref class CloneCommand : public RasterCommand, IRasterCommand  

Inheritance Hierarchy

System.Object
   Leadtools.ImageProcessing.RasterCommand
      Leadtools.ImageProcessing.CloneCommand

Requirements

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

See Also