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