X11::Rectangle
Inherits Struct / Value / Object
Constructors
new(x : Int16, y : Int16, width : UInt16, height : UInt16)
Sourcenew(rectangle : X11::C::X::Rectangle)
Sourcenew(rectangle : X11::C::X::PRectangle)
SourceInstance methods
height
Sourceheight=(height : UInt16)
Sourceto_x
Sourcewidth
Sourcewidth=(width : UInt16)
Sourcex=(x : Int16)
Sourcey=(y : Int16)
Source