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 CombineFastCommand
The CombineFastCommand works by combining the image in the DestinationImage property with the image passed to the RasterCommand.Run method. The DestinationImage will then the result of the combine operation..
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family