Apply the command to the given image.
Namespace:
Atalasoft.Imaging.ImageProcessing
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public virtual ImageResults Apply(
AtalaImage image
)
Public Overridable Function Apply (
image As AtalaImage
) As ImageResults
Parameters
- image
- Type: Atalasoft.ImagingAtalaImage
The image which will by processed by the command.
Return Value
Type:
ImageResults A new object of type
ImageResults.
Remarks The ImageResults object will always contain a valid Image property which represents the output of the
command. This property may be the same as the input image.
See Also