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