Contents

element(at:)

Returns a dictionary description of the element at a given point in the receiver’s coordinates.

Declaration

func element(at point: NSPoint) -> [AnyHashable : Any]!

Parameters

  • point:

    The point to represent as a dictionary.

Return Value

A dictionary description of the element at point in the receiver’s coordinates.

See Also

Dragging