Contents

accessibilityScreenPoint(forLayoutPoint:)

Converts the provided point in the layout area’s coordinates to a point in the screen’s coordinate system.

Declaration

func accessibilityScreenPoint(forLayoutPoint point: NSPoint) -> NSPoint

Parameters

  • point:

    A point in the layout area’s coordinate system.

Return Value

A point in the screen’s coordinate system.

See Also

Configuring layout