ImageCommandApplyToImage Method |
Note: This API is now obsolete.
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
)
<ObsoleteAttribute("ApplyToImage is obsolete. Please use Apply instead.")>
Public Overridable Function ApplyToImage (
sourceImage As AtalaImage
) As AtalaImage
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 Exception | Condition |
---|
| Thrown if the source image is null (Nothing in Visual Basic). |
| Thrown if the source image contains no data. |
See Also