Click or drag to resize

AtalaImageWindow Constructor (AtalaImage)

Creates a new AtalaImageWindow based on an image. This AtalaImageWindow is bounded by the image size and is not 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 AtalaImageWindow(
	AtalaImage image
)

Parameters

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