| 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.
You must set a valid RasterImage in this property prior of calling the IRasterCommand.Run method.
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code