Class: Windows::Structures::Geometry
- Inherits:
-
Struct
- Object
- Struct
- Windows::Structures::Geometry
- Defined in:
- lib/windows/structures/geometry.rb
Instance Attribute Summary collapse
-
#h ⇒ Object
Returns the value of attribute h.
-
#w ⇒ Object
Returns the value of attribute w.
-
#x ⇒ Object
Returns the value of attribute x.
-
#y ⇒ Object
Returns the value of attribute y.
Instance Attribute Details
#h ⇒ Object
Returns the value of attribute h
3 4 5 |
# File 'lib/windows/structures/geometry.rb', line 3 def h @h end |
#w ⇒ Object
Returns the value of attribute w
3 4 5 |
# File 'lib/windows/structures/geometry.rb', line 3 def w @w end |
#x ⇒ Object
Returns the value of attribute x
3 4 5 |
# File 'lib/windows/structures/geometry.rb', line 3 def x @x end |
#y ⇒ Object
Returns the value of attribute y
3 4 5 |
# File 'lib/windows/structures/geometry.rb', line 3 def y @y end |