Skip to content

setHeight(_:at:)

Category: Instance Method

Platforms: iOS 15.2+, iPadOS 15.2+, Mac Catalyst 15.2+, macOS 12.1+, tvOS 15.2+, visionOS 1.0+, watchOS 8.2+

Overview

Sets the height of an individual pin on the braille display.

Declaration

func setHeight(
    _ status: Float,
    at point: CGPoint
)

Details

Parameters

  • Parameters

See Also

  • Accessing dots
  • func height(at: CGPoint) -> Float
  • subscript(CGPoint) -> Float

set Height(_: at:)

Topics (Grouped)

Accessing dots

Code Examples

func setHeight(
    _ status: Float,
    at point: CGPoint
)

Source: https://developer.apple.com/documentation/accessibility/axbraillemap/setheight(_:at:)