[ElmSharp]Modify API comments for EvasMap 83/148983/1
authorqian.sui <qian.sui@samsung.com>
Mon, 11 Sep 2017 08:45:20 +0000 (16:45 +0800)
committerqian.sui <qian.sui@samsung.com>
Mon, 11 Sep 2017 08:45:55 +0000 (16:45 +0800)
Change-Id: Ibeb675f859f999e0b0903bd66985059a551ac606
Signed-off-by: qian.sui <qian.sui@samsung.com>
src/ElmSharp/ElmSharp/EvasMap.cs

index cdf1410..13fa2ee 100755 (executable)
@@ -123,7 +123,7 @@ namespace ElmSharp
         /// <param name="dz">The amount of degrees from 0.0 to 360.0 to rotate around Z axis</param>
         /// <param name="cx">The rotation's center horizontal position</param>
         /// <param name="cy">The rotation's center vertical position</param>
-        /// <param name="cz">The rotation's center vertical position</param>
+        /// <param name="cz">The rotation's center depth position</param>
         public void Rotate3D(double dx, double dy, double dz, int cx, int cy, int cz)
         {
             Interop.Evas.evas_map_util_3d_rotate(_evasMap, dx, dy, dz, cx, cy, cz);