Class: CGPoint
- Inherits:
-
Object
- Object
- CGPoint
- Defined in:
- lib/accessibility/core.rb,
lib/accessibility/core.rb
Overview
AXElements extensions for CGPoint
.
Class Method Summary collapse
-
.ax_value ⇒ Number
Returns the number that AXAPI uses in order to know how to wrap a struct.
Instance Method Summary collapse
Class Method Details
.ax_value ⇒ Number
Returns the number that AXAPI uses in order to know how to wrap a struct.
905 |
# File 'lib/accessibility/core.rb', line 905 def ax_value; KAXValueCGPointType end |