struct Cairo::Extents

Defined in:

cairo/extents.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(p1 : Point, p2 : Point) #

[View source]
def self.new #

[View source]

Instance Method Detail

def p1 : Point #

[View source]
def p1=(p : Point) #

[View source]
def p2 : Point #

[View source]
def p2=(p : Point) #

[View source]
def x1 : Float64 #

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

[View source]
def x2 : Float64 #

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

[View source]
def y1 : Float64 #

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

[View source]
def y2 : Float64 #

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

[View source]