Package: graphene

Function graphene:size-init

Lambda List

graphene:size-init (size width height)

Arguments

size -- a graphene:size-t instance
width -- a number coerced to a float with the width component
height -- a number coerced to a float with the height component

Return Value

The initialized graphene:size-t instance.

Details

Initializes the graphene:size-t instance to the given width and height values. It is safe to call this function multiple times.
 

See also

2023-9-22