Visual Basic (Declaration) | |
---|---|
Public Property DestinationImage As RasterImage |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public RasterImage DestinationImage {get; set;} |
C++/CLI | |
---|---|
public: property RasterImage^ DestinationImage { RasterImage^ get(); void set (RasterImage^ value); } |
Return Value
The destination RasterImage.For an example, refer to CopyDataCommand.
The source image data (the image passed to the RasterCommand.Run method) will be copied into this image.
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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family