'Declaration Public Shared Function CreateInvertCommand( _
ByVal imageThe image to process.As Vintasoft.Imaging.VintasoftImage _
) As Vintasoft.Imaging.ImageProcessing.Color.InvertCommand
public static Vintasoft.Imaging.ImageProcessing.Color.InvertCommand CreateInvertCommand(
Vintasoft.Imaging.VintasoftImage image
)
public: static Vintasoft.Imaging.ImageProcessing.Color.InvertCommand* CreateInvertCommand(
Vintasoft.Imaging.VintasoftImage* image
)
public:
static Vintasoft.Imaging.ImageProcessing.Color.InvertCommand^ CreateInvertCommand(
Vintasoft.Imaging.VintasoftImage^ image
)
Parameters
- image
- The image to process.
Return Value
A new instance of InvertCommand or instance of type derived from InvertCommand.