struct X11::Point

Defined in:

x11/point.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(point : X11::C::X::Point) #

[View source]
def self.new(point : X11::C::X::PPoint) #

[View source]

Instance Method Detail

def to_x : X11::C::X::Point #

[View source]
def x : Int16 #

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

[View source]
def y : Int16 #

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

[View source]