Visual Basic (Declaration) | |
---|---|
Public Overridable Function Run( _ ByVal image As RasterImage _ ) As RasterImageChangedFlags |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public virtual RasterImageChangedFlags Run( RasterImage image ) |
Managed Extensions for C++ | |
---|---|
public: virtual RasterImageChangedFlags Run( RasterImage* image ) |
C++/CLI | |
---|---|
public: 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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family