- image
- The image on which the image processing command should be performed.
Visual Basic (Declaration) | |
---|---|
Public Overridable Function Run( _ ByVal image As RasterImage _ ) As RasterImageChangedFlags |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterCommand Dim image As RasterImage Dim value As RasterImageChangedFlags value = instance.Run(image) |
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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7