Method Cairo.LinearGradient()->get_linear_points()


Method get_linear_points

array(float) get_linear_points()

Description

Gets the gradient endpoints for a linear gradient.

Returns
Array
float 0

the x coordinate of the first point

float 1

the y coordinate of the first point

float 2

the x coordinate of the second point

float 3

the y coordinate of the second point

There are no comments to this page yet!