contentView(for:)
Provides the view that contains the image.
Declaration
@MainActor func contentView(for overlayView: ImageAnalysisOverlayView) -> NSView?Parameters
- overlayView:
The associated overlay view for the content view.
Return Value
The view that contains the image.
Discussion
The default value is nil.