struct Cairo::Rectangle

Defined in:

lib/gi-crystal/src/auto/cairo-1.0/rectangle.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(pointer : Pointer(Void), transfer : GICrystal::Transfer) #

def self.new(data : LibCairo::Rectangle, _transfer : GICrystal::Transfer) #

def self.new(x : Float64? = nil, y : Float64? = nil, width : Float64? = nil, height : Float64? = nil) #

Class Method Detail

def self.g_type : UInt64 #

Returns the type id (GType) registered in GLib type system.


Instance Method Detail

def ==(other : self) : Bool #

def height(*args, **options) #

def height(*args, **options, &) #

def height=(arg) #

def width(*args, **options) #

def width(*args, **options, &) #

def width=(arg) #

def x(*args, **options) #

def x(*args, **options, &) #

def x=(arg) #

def y(*args, **options) #

def y(*args, **options, &) #

def y=(arg) #