Separate C# classes into Internal and Public
[platform/core/uifw/dali-toolkit.git] / plugins / dali-sharp / sharp / public / Size2D.cs
similarity index 98%
rename from plugins/dali-sharp/sharp/internal/Size2D.cs
rename to plugins/dali-sharp/sharp/public/Size2D.cs
index 9b69912..da7289c 100755 (executable)
@@ -89,7 +89,7 @@ public class Size2D : global::System.IDisposable {
     }
   }
 
-  public static Size2D GetSize2DFromPtr(global::System.IntPtr cPtr) {
+  internal static Size2D GetSize2DFromPtr(global::System.IntPtr cPtr) {
     Size2D ret = new Size2D(cPtr, false);
     if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
        return ret;