Contents

imageFrame()

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

Declaration

func imageFrame() -> NSRect

Return Value

The coordinates of the frame, in the IKImageBrowserView coordinate space.

Discussion

It is the developer’s responsibility to compute the imageFrame such that it lies entirely within the cell’s frame() rectangle.

Subclasses can override this method to customize the position of the thumbnail.

See Also

Cell Component Frames