struct X11::Rectangle
- X11::Rectangle
- Struct
- Value
- Object
Defined in:
x11/rectangle.crConstructors
- .new(x : Int16, y : Int16, width : UInt16, height : UInt16)
- .new(rectangle : X11::C::X::Rectangle)
- .new(rectangle : X11::C::X::PRectangle)
Instance Method Summary
- #height : UInt16
- #height=(height : UInt16)
- #to_x : X11::C::X::Rectangle
- #width : UInt16
- #width=(width : UInt16)
- #x : Int16
- #x=(x : Int16)
- #y : Int16
- #y=(y : Int16)