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




Copies image data from one image 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  
Managed Extensions for C++ 
public __gc class CopyDataCommand : public RasterCommand, IRasterCommand  
C++/CLI 
public ref class CopyDataCommand : public RasterCommand, IRasterCommand  

Example

This example will use the CopyDataCommand to copy the image data from a source image to an existing image

Remarks

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

The CopyDataCommand works by copying the image data from the image passed to the RasterCommand.Run method to the image passed in the DestinationImage property.

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also