X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-sharp%2Fsharp%2Fpublic%2FRectangle.cs;fp=plugins%2Fdali-sharp%2Fsharp%2Finternal%2FRectangle.cs;h=c2df5e86486ddc613faf7ccee754cbf3f81de469;hp=ae1a2e12e7148e130f1c4cd18b480f2369d85ce2;hb=318378db7fbb0bcfb08c3c603f54857d6f5c9639;hpb=0f5a8aaa14ccf06aee1069ef585d83b8506dd099 diff --git a/plugins/dali-sharp/sharp/internal/Rectangle.cs b/plugins/dali-sharp/sharp/public/Rectangle.cs similarity index 94% rename from plugins/dali-sharp/sharp/internal/Rectangle.cs rename to plugins/dali-sharp/sharp/public/Rectangle.cs index ae1a2e1..c2df5e8 100644 --- a/plugins/dali-sharp/sharp/internal/Rectangle.cs +++ b/plugins/dali-sharp/sharp/public/Rectangle.cs @@ -133,16 +133,6 @@ public class Rectangle : global::System.IDisposable { if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } - public Rectangle(Rectangle rhs) : this(NDalicPINVOKE.new_Rectangle__SWIG_2(Rectangle.getCPtr(rhs)), true) { - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - } - - public Rectangle Assign(Rectangle rhs) { - Rectangle ret = new Rectangle(NDalicPINVOKE.Rectangle_Assign(swigCPtr, Rectangle.getCPtr(rhs)), false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - public void Set(int newX, int newY, int newWidth, int newHeight) { NDalicPINVOKE.Rectangle_Set(swigCPtr, newX, newY, newWidth, newHeight); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();