Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal destinationImage As RasterImage _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public CopyDataCommand( RasterImage destinationImage ) |
C++/CLI | |
---|---|
public: CopyDataCommand( RasterImage^ destinationImage ) |
Parameters
- destinationImage
- The destination image for the copy.
For an example, refer to CopyDataCommand.
destinationImage will hold the result of copying the image data from the image passed to the RasterCommand.Run method.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family