imageRegion2D property

List<ImagingSelectionImageRegion2D>? imageRegion2D
inherited

imageRegion2D Each imaging selection instance or frame list might includes an image region, specified by a region type and a set of 2D coordinates. If the parent imagingSelection.instance contains a subset element of type frame, the image region applies to all frames in the subset list.

Implementation

List<ImagingSelectionImageRegion2D>? get imageRegion2D =>
    throw _privateConstructorUsedError;