Class: Xberg::ImageDpi
- Inherits:
-
Object
- Object
- Xberg::ImageDpi
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#horizontal ⇒ Float
readonly
Returns the value of attribute horizontal.
-
#vertical ⇒ Float
readonly
Returns the value of attribute vertical.
Instance Method Summary collapse
-
#initialize ⇒ ImageDpi
constructor
A new instance of ImageDpi.
Constructor Details
#initialize ⇒ ImageDpi
Returns a new instance of ImageDpi.
1266 |
# File 'sig/types.rbs', line 1266 def initialize: (?horizontal: Float, ?vertical: Float) -> void |
Instance Attribute Details
#horizontal ⇒ Float (readonly)
Returns the value of attribute horizontal.
1263 1264 1265 |
# File 'sig/types.rbs', line 1263 def horizontal @horizontal end |
#vertical ⇒ Float (readonly)
Returns the value of attribute vertical.
1264 1265 1266 |
# File 'sig/types.rbs', line 1264 def vertical @vertical end |