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: graphene.size.Size

the initialized #graphene_size_t