'Declaration Public Overloads Shared Function CreateCommand<TType of processing command.>( _
ByVal imageThe image to process.As Vintasoft.Imaging.VintasoftImage _
) As T (Of TType of processing command.As ProcessingCommandBase)
public static T CreateCommand<T>(
Vintasoft.Imaging.VintasoftImage image
) where T: ProcessingCommandBase
public: static T* CreateCommand<T>(
Vintasoft.Imaging.VintasoftImage* image
) where T: ProcessingCommandBase*
generic<typename T> public:
static T^ CreateCommand(
Vintasoft.Imaging.VintasoftImage^ image
) where T: ProcessingCommandBase^
Parameters
- image
- The image to process.
Type Parameters
- T
- Type of processing command.