Click or drag to resize

AtalaImageWindowGetRelativeSubWindow Method

Gets a new AtalaImageWindow which represents a sub window of the current AtalaImageWindow.

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 GetRelativeSubWindow(
	RectangleF subRect
)

Parameters

subRect
Type: System.DrawingRectangleF
A subrectangle bounding the pixels to be in the new AtalaImageWindow

Return Value

Type: AtalaImageWindow
An instance of AtalaImageWindow which should be disposed of when finished with.
See Also