Visual Basic (Declaration) | |
---|---|
Public Class CopyDataCommand Inherits RasterCommand Implements IRasterCommand |
Visual Basic (Usage) | Copy Code |
---|---|
|
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 |
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.
System.Object
Leadtools.ImageProcessing.RasterCommand
Leadtools.ImageProcessing.CopyDataCommand
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