Size.init

Initializes a #graphene_size_t using the given @width and @height.

class Size
init
(
float width
,
float height
)

Parameters

width float

the width

height float

the height

Return Value

Type: Size

the initialized #graphene_size_t

Meta