Click or drag to resize

ImageCommandApplyToImage Method

Note: This API is now obsolete.

Applies the command to the source AtalaImage.

Namespace:  Atalasoft.Imaging.ImageProcessing
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[ObsoleteAttribute("ApplyToImage is obsolete.  Please use Apply instead.")]
public virtual AtalaImage ApplyToImage(
	AtalaImage sourceImage
)

Parameters

sourceImage
Type: Atalasoft.ImagingAtalaImage
The source AtalaImage which will be processed. For command types that do not require a source image, set this to null.

Return Value

Type: AtalaImage
A new AtalaImage containing the processed image. For commandTypes that do not return an image, set this to null.
Exceptions
ExceptionCondition
Thrown if the source image is null (Nothing in Visual Basic).
Thrown if the source image contains no data.
See Also