struct Hpdf::Rectangle
- Hpdf::Rectangle
- Struct
- Value
- Object
Defined in:
hpdf/structs.crConstructors
Instance Method Summary
- #bottom : Float32 | Int32
- #bottom=(bottom : Float32)
- #height : Float32 | Int32
- #height=(height : Float32 | Int32)
- #left : Float32 | Int32
- #left=(left : Float32)
- #right
- #right=(right : Float32)
- #to_unsafe
- #top
- #top=(top : Float32)
- #width : Float32 | Int32
- #width=(width : Float32 | Int32)
- #x : Float32 | Int32
- #x=(x : Float32 | Int32)
- #y : Float32 | Int32
- #y=(y : Float32 | Int32)
Constructor Detail
Instance Method Detail
def right=(right : Float32)
#
def top=(top : Float32)
#