Efl.Gfx.Gradient_Linear.end

Description

The end point of this linear gradient.

Values

  • x - X co-ordinate of end point
  • y - Y co-ordinate of end point

Signature

@property end @pure_virtual {
    get {}
    set {}
    values {
        x: double;
        y: double;
    }
}

C signature

void efl_gfx_gradient_linear_end_get(const Eo *obj, double *x, double *y);
void efl_gfx_gradient_linear_end_set(Eo *obj, double x, double y);

Implemented by