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.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic AtalaImageWindow GetRelativeSubWindow(
RectangleF subRect
)
Public Function GetRelativeSubWindow (
subRect As RectangleF
) As AtalaImageWindow
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