struct

X11::Rectangle

Inherits Struct / Value / Object

Constructors

new(x : Int16, y : Int16, width : UInt16, height : UInt16)
Source
new(rectangle : X11::C::X::Rectangle)
Source
new(rectangle : X11::C::X::PRectangle)
Source

Instance methods

height
Source
height=(height : UInt16)
Source
to_x
Source
width
Source
width=(width : UInt16)
Source
x=(x : Int16)
Source
y=(y : Int16)
Source