Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal destinationImage As RasterImage _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim destinationImage As RasterImage Dim instance As New CopyDataCommand(destinationImage) |
C# | |
---|---|
public CopyDataCommand( RasterImage destinationImage ) |
C++/CLI | |
---|---|
public: CopyDataCommand( RasterImage^ destinationImage ) |
Parameters
- destinationImage
- The destination image for the copy.
For an example, refer to Leadtools.ImageProcessing.CopyDataCommand.
destinationImage will hold the result of copying the image data from the image passed to the RasterCommand.Run method.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7