Description

Type describing dash. Efl.Gfx.Shape.stroke_dash.set

Since 1.14

Fields

  • length - Dash drawing length.
  • gap - Distance between two dashes.

Signature

struct Efl.Gfx.Dash {
    length: double;
    gap: double;
}

C signature

typedef struct _Efl_Gfx_Dash {
    double length;
    double gap;
} Efl_Gfx_Dash;