class Cairo::RectangleInt
- Cairo::RectangleInt
- Reference
- Object
Defined in:
auto/cairo-1.0/rectangle_int.crConstructors
- .new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
- .new(x : Int32? = nil, y : Int32? = nil, width : Int32? = nil, height : Int32? = nil)
Class Method Summary
-
.g_type : UInt64
Returns the type id (GType) registered in GLib type system.
Instance Method Summary
-
#==(other : self) : Bool
Returns
true
if this reference is the same as other. - #finalize
- #height : Int32
- #height=(value : Int32)
- #to_unsafe : Pointer(Void)
- #width : Int32
- #width=(value : Int32)
- #x : Int32
- #x=(value : Int32)
- #y : Int32
- #y=(value : Int32)
Constructor Detail
Class Method Detail
Instance Method Detail
def ==(other : self) : Bool
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.