- image
- The RasterImage on which the image processing command should be performed.
| Visual Basic (Declaration) | |
|---|---|
Overloads Public Overridable Function Run( _ ByVal image As RasterImage _ ) As RasterImageChangedFlags | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public virtual RasterImageChangedFlags Run( RasterImage image ) | |
| C++/CLI | |
|---|---|
public: virtual RasterImageChangedFlags Run( RasterImage^ image ) | |
Parameters
- image
- The RasterImage on which the image processing command should be performed.
For more information and an example, refer to IRasterCommand.Run
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code