Click or drag to resize

AtalaImageWindow Constructor (AtalaImage, RectangleF)

Creates a new AtalaImageWindow based on an image, and a RectangleF. This AtalaImageWindow is bounded by the RectangleF but not transformed in any way.

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,
	RectangleF box
)

Parameters

image
Type: Atalasoft.ImagingAtalaImage
The underlying AtalaImage to be used as the base of this AtalaImageWindow.
box
Type: System.DrawingRectangleF
A RectangleF representing the to-be-windowed area of the image.
See Also