X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-sharp%2Fsharp%2Finternal%2FRulerPtr.cs;h=7a4108e196e869a075998637acc0c42b22bd5c50;hp=34ae3a8af1dcab4deaa532eb0400262c5c91dee4;hb=318378db7fbb0bcfb08c3c603f54857d6f5c9639;hpb=665d92f07e3e06e1db65a473c6eb6869dc476c03 diff --git a/plugins/dali-sharp/sharp/internal/RulerPtr.cs b/plugins/dali-sharp/sharp/internal/RulerPtr.cs index 34ae3a8..7a4108e 100644 --- a/plugins/dali-sharp/sharp/internal/RulerPtr.cs +++ b/plugins/dali-sharp/sharp/internal/RulerPtr.cs @@ -10,7 +10,7 @@ namespace Dali { -public class RulerPtr : global::System.IDisposable { +internal class RulerPtr : global::System.IDisposable { private global::System.Runtime.InteropServices.HandleRef swigCPtr; protected bool swigCMemOwn; @@ -193,7 +193,7 @@ public class RulerPtr : global::System.IDisposable { return ret; } - public float Clamp(float x, float length, float scale, SWIGTYPE_p_Dali__Toolkit__ClampState clamped) { + internal float Clamp(float x, float length, float scale, SWIGTYPE_p_Dali__Toolkit__ClampState clamped) { float ret = NDalicPINVOKE.RulerPtr_Clamp__SWIG_3(swigCPtr, x, length, scale, SWIGTYPE_p_Dali__Toolkit__ClampState.getCPtr(clamped)); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; @@ -223,7 +223,7 @@ public class RulerPtr : global::System.IDisposable { return ret; } - public float SnapAndClamp(float x, float bias, float length, float scale, SWIGTYPE_p_Dali__Toolkit__ClampState clamped) { + internal float SnapAndClamp(float x, float bias, float length, float scale, SWIGTYPE_p_Dali__Toolkit__ClampState clamped) { float ret = NDalicPINVOKE.RulerPtr_SnapAndClamp__SWIG_4(swigCPtr, x, bias, length, scale, SWIGTYPE_p_Dali__Toolkit__ClampState.getCPtr(clamped)); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret;