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



Copies image data from one RasterImage to another.

Object Model


Syntax

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

Remarks

You need to put a valid RasterImage into the DestinationImage property prior of calling the IRasterCommand.Run method.

The destination image must accurately identify the copied data. Therefore, the following properties must be exactly the same for both the source and destination images:

Inheritance Hierarchy

System.Object
   Leadtools.ImageProcessing.RasterCommand
      Leadtools.ImageProcessing.CopyDataCommand

Requirements

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

See Also