Since 1.0Optionalproperties: Partial<{ height: number; width: number }>Checks whether the two give Graphene.Size are equal.
true if the sizes are equal
Frees the resources allocated by graphene_size_alloc().
Initializes a Graphene.Size using the given width and height.
the width
the height
the initialized Graphene.Size
Initializes a Graphene.Size using the width and height of
the given src.
the initialized Graphene.Size
Linearly interpolates the two given Graphene.Size using the given
interpolation factor.
the linear interpolation factor
Scales the components of a Graphene.Size using the given factor.
the scaling factor
StaticallocStaticzeroA constant pointer to a zero Graphene.Size, useful for equality checks and interpolations.
A size.
Since
1.0