Since 1.0Optionalproperties: Partial<{ height: number; width: number }>Since 1.0equalChecks whether the two give Graphene.Size are equal.
true if the sizes are equal
Since 1.0freeSince 1.0initInitializes a Graphene.Size using the given width and height.
the width
the height
the initialized Graphene.Size
Since 1.0init_Initializes a Graphene.Size using the width and height of
the given src.
the initialized Graphene.Size
Since 1.0interpolateLinearly interpolates the two given Graphene.Size using the given
interpolation factor.
the linear interpolation factor
Since 1.0scaleScales the components of a Graphene.Size using the given factor.
the scaling factor
StaticallocStaticSince 1.0zeroA constant pointer to a zero Graphene.Size, useful for equality checks and interpolations.
A size.
Since
1.0