subscript(_:)
Accesses the height of an individual pin on the braille display.
Declaration
subscript(point: CGPoint) -> Float { get set }Overview
Use this subscript to set or get the height of an individual pin. This subscript provides the same capabilities as using setHeight(_:at:) and height(at:).