Table of Contents

Description

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

Since 1.14

Fields

Signature

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

C signature

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