Class: FT::Size_RequestRec
- Inherits:
-
FFIAdditions::Struct
- Object
- FFIAdditions::Struct
- FT::Size_RequestRec
- Defined in:
- lib/ft-ffi/struct/size/request_rec.rb
Instance Method Summary collapse
- #height ⇒ Object
- #height=(v) ⇒ Object
- #horiResolution ⇒ Object
- #horiResolution=(v) ⇒ Object
- #type ⇒ Object
- #type=(v) ⇒ Object
- #vertResolution ⇒ Object
- #vertResolution=(v) ⇒ Object
- #width ⇒ Object
- #width=(v) ⇒ Object
Instance Method Details
#height ⇒ Object
9 |
# File 'lib/ft-ffi/struct/size/request_rec.rb', line 9 def height; end |
#height=(v) ⇒ Object
10 |
# File 'lib/ft-ffi/struct/size/request_rec.rb', line 10 def height=(v); end |
#horiResolution ⇒ Object
11 |
# File 'lib/ft-ffi/struct/size/request_rec.rb', line 11 def horiResolution; end |
#horiResolution=(v) ⇒ Object
12 |
# File 'lib/ft-ffi/struct/size/request_rec.rb', line 12 def horiResolution=(v); end |
#type ⇒ Object
5 |
# File 'lib/ft-ffi/struct/size/request_rec.rb', line 5 def type; end |
#type=(v) ⇒ Object
6 |
# File 'lib/ft-ffi/struct/size/request_rec.rb', line 6 def type=(v); end |
#vertResolution ⇒ Object
13 |
# File 'lib/ft-ffi/struct/size/request_rec.rb', line 13 def vertResolution; end |
#vertResolution=(v) ⇒ Object
14 |
# File 'lib/ft-ffi/struct/size/request_rec.rb', line 14 def vertResolution=(v); end |
#width ⇒ Object
7 |
# File 'lib/ft-ffi/struct/size/request_rec.rb', line 7 def width; end |
#width=(v) ⇒ Object
8 |
# File 'lib/ft-ffi/struct/size/request_rec.rb', line 8 def width=(v); end |