copy dali-sharp into nui
[platform/core/csapi/tizenfx.git] / sharp / internal / NinePatchImage.cs
old mode 100755 (executable)
new mode 100644 (file)
similarity index 97%
rename from src/Tizen.NUI/devel-src/NinePatchImage.cs
rename to sharp/internal/NinePatchImage.cs
index bf29fca..1843d43
 // <auto-generated />
 //
 // This file was automatically generated by SWIG (http://www.swig.org).
-// Version 3.0.9
+// Version 3.0.10
 //
 // Do not make changes to this file unless you know what you are doing--modify
 // the SWIG interface file instead.
 //------------------------------------------------------------------------------
 
-namespace Tizen.NUI {
+namespace Dali {
 
-    internal class NinePatchImage : ResourceImage {
+public class NinePatchImage : ResourceImage {
   private global::System.Runtime.InteropServices.HandleRef swigCPtr;
 
   internal NinePatchImage(global::System.IntPtr cPtr, bool cMemoryOwn) : base(NDalicPINVOKE.NinePatchImage_SWIGUpcast(cPtr), cMemoryOwn) {
@@ -42,7 +42,7 @@ namespace Tizen.NUI {
   }
 
   public override void Dispose() {
-    if (!Stage.IsInstalled()) {
+    if (!Window.IsInstalled()) {
       DisposeQueue.Instance.Add(this);
       return;
     }