~~Title: Efl.Gfx.Mapping.mapping_point_count~~ ====== 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// {{page>:develop:api-include:efl:gfx:mapping:property:mapping_point_count:description&nouser&nolink&nodate}} ===== 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 ===== * [[:develop:api:efl:gfx:mapping:property:mapping_point_count|Efl.Gfx.Mapping.mapping_point_count]]