Merge "Add C# properties for actor current position and size" into devel/master
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Fri, 17 Feb 2017 16:30:30 +0000 (08:30 -0800)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Fri, 17 Feb 2017 16:30:30 +0000 (08:30 -0800)
plugins/dali-swig/SWIG/events/actor-event.i

index 138120a..93b5c15 100755 (executable)
        return (IntPtr)swigCPtr;
     }
 
+    public Position CurrentPosition
+    {
+      get
+      {
+        return GetCurrentPosition();
+      }
+    }
+
+    public Size3D CurrentSize
+    {
+      get
+      {
+        return GetCurrentSize();
+      }
+    }
+
     public Actor Parent
     {
       get