struct X11::Segment

Defined in:

x11/segment.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(x1 : Int16, y1 : Int16, x2 : Int16, y2 : Int16) #

[View source]
def self.new(segment : X11::C::X::Segment) #

[View source]
def self.new(segment : X11::C::X::PSegment) #

[View source]

Instance Method Detail

def to_x : X11::C::X::Segment #

[View source]
def x1 : Int16 #

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

[View source]
def x2 : Int16 #

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

[View source]
def y1 : Int16 #

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

[View source]
def y2 : Int16 #

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

[View source]