Click or drag to resize

AtalaImageWindow Constructor (AtalaImage, ImmutableMatrix)

Creates a new AtalaImageWindow based on an image, and a transformation matrix. This is done by transforming the bounds of the image with the given ImmutableMatrix to create convex polygon. This polygon is the "window" through which the given image is viewed.

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

Parameters

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