Visual Basic (Declaration) | |
---|---|
Overridable Function Run( _ ByVal image As RasterImage _ ) As RasterImageChangedFlags |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
virtual RasterImageChangedFlags Run( RasterImage image ) |
C++/CLI | |
---|---|
virtual RasterImageChangedFlags Run( RasterImage^ image ) |
Parameters
- image
- The image on which the image processing command should be performed.
Return Value
RasterImageChangedFlags flags which indicate the changes made to the specified image.For an example, refer to RasterCommand.
Call this method to start the image processing command.
Each derived class must override this method to provide the actual image processing algorithm.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family