Click or drag to resize

DisposableAtalaImageWindow Constructor (AtalaImage)

Creates a new DisposableAtalaImageWindow based on an image. This DisposableAtalaImageWindow is neither bounded nor transformed.

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 DisposableAtalaImageWindow(
	AtalaImage image
)

Parameters

image
Type: Atalasoft.ImagingAtalaImage
The underlying AtalaImage to be used as the base of this DisposableAtalaImageWindow.
See Also