- image
- The image on which the image processing command should be performed.
Visual Basic (Declaration) | |
---|---|
Overrides Public Function Run( _ ByVal image As RasterImage _ ) As RasterImageChangedFlags |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ColorResolutionCommand Dim image As RasterImage Dim value As RasterImageChangedFlags value = instance.Run(image) |
C# | |
---|---|
public override RasterImageChangedFlags Run( RasterImage image ) |
C++/CLI | |
---|---|
public: RasterImageChangedFlags Run( RasterImage^ image ) override |
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 ColorResolutionCommand
Call this method to start the color resolution image processing command. For more information, refer to IRasterCommand.Run.
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