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: 2026.2.0.0.42 (.NET 4.6.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