T-Rect
Gnome::Graphene::T-Rect
#------------------------------------------------------------------------------- #--[Class Initialization]------------------------------------------------------- #-------------------------------------------------------------------------------
Class initialization
new
Initialization of a type class is simple and only needed when the standalone functions are used.
method new ( )
#------------------------------------------------------------------------------- #--[Standalone Functions]------------------------------------------------------- #-------------------------------------------------------------------------------
Standalone Functions
#-------------------------------------------------------------------------------
rect-alloc
Allocates a new #graphene_rect_t.
The contents of the returned rectangle are undefined.
method rect-alloc (--> CArray[N-Rect] )
Return value; the newly allocated rectangle.
#-------------------------------------------------------------------------------
rect-zero
Returns a degenerate rectangle with origin fixed at (0, 0) and a size of 0, 0.
method rect-zero (--> CArray[N-Rect] )
Return value; a fixed rectangle.