ImageCommandProxyConstructImageResults Method |
Namespace:
Atalasoft.Imaging.ImageProcessing
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax protected static ImageResults ProxyConstructImageResults(
ImageCommand command
)
Protected Shared Function ProxyConstructImageResults (
command As ImageCommand
) As ImageResults
Parameters
- command
- Type: Atalasoft.Imaging.ImageProcessingImageCommand
An ImageCommand that will be called.
Return Value
Type:
ImageResultsRemarks This method (and all the Proxy...() methods are meant for meta image commands, such as ThreadedCommand,
which need to operate on existing ImageCommands by proxy.
See Also