struct Cairo::RectangleInt
- Cairo::RectangleInt
- Struct
- Value
- Object
Defined in:
lib/gi-crystal/src/auto/cairo-1.0/rectangle_int.crConstructors
- .new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
- .new(data : LibCairo::RectangleInt, _transfer : GICrystal::Transfer)
- .new(x : Int32 | Nil = nil, y : Int32 | Nil = nil, width : Int32 | Nil = nil, height : Int32 | Nil = nil)
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
- #==(other : self) : Bool
- #height(*args, **options)
- #height(*args, **options, &)
- #height=(arg)
- #width(*args, **options)
- #width(*args, **options, &)
- #width=(arg)
- #x(*args, **options)
- #x(*args, **options, &)
- #x=(arg)
- #y(*args, **options)
- #y(*args, **options, &)
- #y=(arg)
Constructor Detail
def self.new(x : Int32 | Nil = nil, y : Int32 | Nil = nil, width : Int32 | Nil = nil, height : Int32 | Nil = nil)
#
Class Method Detail
Returns the type id (GType) registered in GLib type system.