Parameterized attributes that are specific to layout areas.
Framework
- App
Kit
Parameterized attributes that are specific to layout areas.
Framework
static let layout Point For Screen Point: NSAccessibility .Parameterized Attribute
The point in the layout area (NSValue
) corresponding to the specified point on the screen (NSValue
).
static let layout Size For Screen Size: NSAccessibility .Parameterized Attribute
The size of the layout area in points (NSValue
) corresponding to the specified screen size (NSValue
).
static let screen Point For Layout Point: NSAccessibility .Parameterized Attribute
The screen point (NSValue
) corresponding to the specified point in the layout area (NSValue
).
static let screen Size For Layout Size: NSAccessibility .Parameterized Attribute
The size of the screen in points (NSValue
) corresponding to the specified size of the layout area (NSValue
).