init


Description:

public unowned Size? init (float width, float height)

Initializes a Size using the given width and height .

Parameters:

this

a Size

width

the width

height

the height

Returns:

the initialized Size