Table of Contents

Description

Type defining how an image content get filled.

Since 1.14

Fields

Signature

enum Efl.Gfx.Fill_Rule {
    winding: 0,
    odd_even: 1
}

C signature

typedef enum {
    EFL_GFX_FILL_RULE_WINDING = 0,
    EFL_GFX_FILL_RULE_ODD_EVEN = 1
} Efl_Gfx_Fill_Rule;