Click or drag to resize

SelectionMouseToolGetRegion Method

Returns a RegionOfInterest object containing the region for the selection.

Namespace:  Atalasoft.Imaging.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public RegionOfInterest GetRegion()

Return Value

Type: RegionOfInterest
A RegionOfInterest object for the selection.
Remarks
The RegionOfInterest object can be used with ImageRegionCommand classes so only the selected region will be processed.
See Also