Contents

selectionFrame()

Returns the receiver’s selection frame rectangle, which defines the position of the selection rectangle in its Ikimagebrowserview.

Declaration

func selectionFrame() -> NSRect

Return Value

The cells selection frame, in the IKImageBrowserView coordinate space.

Discussion

Subclasses can override this method to customize the position of the selection frame.

See Also

Selection Handling