ImageCommand.ProxyGetChangedPixelFormat Method |
Namespace:
Atalasoft.Imaging.ImageProcessing
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxprotected static AtalaImage ProxyGetChangedPixelFormat(
ImageCommand command,
AtalaImage sourceImage,
PixelFormat newFormat
)
Protected Shared Function ProxyGetChangedPixelFormat (
command As ImageCommand,
sourceImage As AtalaImage,
newFormat As PixelFormat
) As AtalaImage
Parameters
- command
- Type: Atalasoft.Imaging.ImageProcessing.ImageCommand
An ImageCommand that will be called. - sourceImage
- Type: Atalasoft.Imaging.AtalaImage
An AtalaImage to be passed to GetChangedPixelFormat. - newFormat
- Type: Atalasoft.Imaging.PixelFormat
The new target pixel format
Return Value
Type:
AtalaImage
Remarks 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