internal static global::System.Runtime.InteropServices.HandleRef getCPtr(Layer obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }
private WheelSignal WheelEventSignal() { WheelSignal ret = new WheelSignal(Interop.ActorSignal.Actor_WheelEventSignal(Layer.getCPtr(this.GetRootLayer())), false); if (NDalicPINVOKE.SWIGPendingException.Pending) { throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
internal Layer(Tizen.NUI.Layer nuiInstance) : base(nuiInstance) { SetNUIInstance(nuiInstance); }
internal TouchDataSignal TouchDataSignal() { TouchDataSignal ret = new TouchDataSignal(Interop.ActorSignal.Actor_TouchSignal(Layer.getCPtr(GetRootLayer())), false); if (NDalicPINVOKE.SWIGPendingException.Pending) { throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public static Layer DownCast(BaseHandle handle) { Tizen.NUI.Layer ret = Tizen.NUI.Layer.DownCast(handle.handleInstance); return(BaseHandle.GetHandle(ret) as Layer); }