Click or drag to resize

AtalaImageWindowToAtalaImage Method

Converts this IAtalaImageWindow into an AtalaImage.

Namespace:  Atalasoft.FormsProcessing.Geometry
Assembly:  Atalasoft.dotImage.FormsProcessing (in Atalasoft.dotImage.FormsProcessing.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public AtalaImage ToAtalaImage()

Return Value

Type: AtalaImage
The AtalaImage representation of this AtalaImageWindow. Please dispose of this AtalaImage when finished with it.
See Also