Add C# Bindings for Actor ScreenPosition
[platform/core/uifw/dali-toolkit.git] / plugins / dali-swig / SWIG / events / actor-event.i
index a2fa54e..273ec47 100755 (executable)
       }
     }
 
+   public Vector2 ScreenPosition
+   {
+      get
+      {
+        Vector2 temp = new Vector2( 0.0f, 0.0f );
+        GetProperty( Actor.Property.SCREEN_POSITION ).Get( temp );
+        return temp;
+      }
+   }
+
     public bool StateFocusEnable
     {
       set