Click or drag to resize

DisposableAtalaImageWindow Constructor (AtalaImage, RectangleF, ImmutableMatrix)

Creates a new bounded DisposableAtalaImageWindow based on an image, a bounding rectangle and a transformation matrix. This is done by transforming the given RectangleF with the ImmutableMatrix to create convex quadrilateral. This quadrilateral 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 DisposableAtalaImageWindow(
	AtalaImage image,
	RectangleF box,
	ImmutableMatrix matrix
)

Parameters

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