Visual Basic (Declaration) | |
---|---|
Public Property DestinationImage As RasterImage |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CopyDataCommand Dim value As RasterImage instance.DestinationImage = value value = instance.DestinationImage |
C# | |
---|---|
public RasterImage DestinationImage {get; set;} |
C++/CLI | |
---|---|
public: property RasterImage^ DestinationImage { RasterImage^ get(); void set ( RasterImage^ value); } |
Property Value
The destination RasterImage.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 Leadtools.ImageProcessing.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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7