Click or drag to resize

DisposableAtalaImageWindow Constructor (AtalaImage, ImmutableMatrix)

Initializes a new instance of the DisposableAtalaImageWindow class

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,
	ImmutableMatrix matrix
)

Parameters

image
Type: Atalasoft.ImagingAtalaImage
The underlying AtalaImage to be used as the base of this DisposableAtalaImageWindow.
matrix
Type: Atalasoft.FormsProcessing.GeometryImmutableMatrix
A matrix representing a transform of the given image.
See Also