~~Title: Efl.Gfx.Mapping.translate~~ ====== Efl.Gfx.Mapping.translate ====== ===== Description ===== %%Apply a translation to the object using map.%% %%This does not change the real geometry of the object but will affect its visible position.%% //Since 1.22// {{page>:develop:api-include:efl:gfx:mapping:method:translate:description&nouser&nolink&nodate}} ===== Signature ===== translate { params { @in dx: double; @in dy: double; @in dz: double; } } ===== C signature ===== void efl_gfx_mapping_translate(Eo *obj, double dx, double dy, double dz); ===== Parameters ===== * **dx** //(in)// - %%Distance in pixels along the X axis.%% * **dy** //(in)// - %%Distance in pixels along the Y axis.%% * **dz** //(in)// - %%Distance in pixels along the Z axis.%% ===== Implemented by ===== * [[:develop:api:efl:gfx:mapping:method:translate|Efl.Gfx.Mapping.translate]]