<!--
{
  "documentType" : "article",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/layout-area-parameterized-attributes",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Layout Area Parameterized Attributes"
}
-->

# Layout Area Parameterized Attributes

Parameterized attributes that are specific to layout areas.

## Topics

### Constants

[`static let layoutPointForScreenPoint: NSAccessibility.ParameterizedAttribute`](/documentation/AppKit/NSAccessibility-swift.struct/ParameterizedAttribute/layoutPointForScreenPoint)

The point in the layout area (`NSValue`) corresponding to the specified point on the screen (`NSValue`).

[`static let layoutSizeForScreenSize: NSAccessibility.ParameterizedAttribute`](/documentation/AppKit/NSAccessibility-swift.struct/ParameterizedAttribute/layoutSizeForScreenSize)

The size of the layout area in points (`NSValue`) corresponding to the specified screen size (`NSValue`).

[`static let screenPointForLayoutPoint: NSAccessibility.ParameterizedAttribute`](/documentation/AppKit/NSAccessibility-swift.struct/ParameterizedAttribute/screenPointForLayoutPoint)

The screen point (`NSValue`) corresponding to the specified point in the layout area (`NSValue`).

[`static let screenSizeForLayoutSize: NSAccessibility.ParameterizedAttribute`](/documentation/AppKit/NSAccessibility-swift.struct/ParameterizedAttribute/screenSizeForLayoutSize)

The size of the screen in points (`NSValue`) corresponding to the specified size of the layout area (`NSValue`).



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)