init_from_point


Description:

public unowned Point? init_from_point (Point src)

Initializes this with the same coordinates of src.

Parameters:

this

a Point

src

the Point to use

Returns:

the initialized point