struct X11::Rectangle

Defined in:

x11/rectangle.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(x : Int16, y : Int16, width : UInt16, height : UInt16) #

[View source]
def self.new(rectangle : X11::C::X::Rectangle) #

[View source]
def self.new(rectangle : X11::C::X::PRectangle) #

[View source]

Instance Method Detail

def height : UInt16 #

[View source]
def height=(height : UInt16) #

[View source]
def to_x : X11::C::X::Rectangle #

[View source]
def width : UInt16 #

[View source]
def width=(width : UInt16) #

[View source]
def x : Int16 #

[View source]
def x=(x : Int16) #

[View source]
def y : Int16 #

[View source]
def y=(y : Int16) #

[View source]