Efl.Gfx.Mapping.mapping_point_count

Description

Number of points of a map.

This sets the number of points of map. Currently, the number of points must be multiples of 4.

Since 1.22

Values

  • count - The number of points of map

Signature

@property mapping_point_count {
    get {}
    set {}
    values {
        count: int;
    }
}

C signature

int efl_gfx_mapping_point_count_get(const Eo *obj);
void efl_gfx_mapping_point_count_set(Eo *obj, int count);

Implemented by