bd13f8f6b6e52c351b81b089ffd89275d6c2fa0d
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / internal / Interop / Interop.Angle.cs
1 using System;
2 using System.Collections.Generic;
3 using System.Text;
4
5 namespace Tizen.NUI
6 {
7     internal static partial class Interop
8     {
9         internal static partial class Angle
10         {
11             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ANGLE_360_get")]
12             public static extern global::System.IntPtr Angle360Get();
13
14             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ANGLE_315_get")]
15             public static extern global::System.IntPtr Angle315Get();
16
17             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ANGLE_270_get")]
18             public static extern global::System.IntPtr Angle270Get();
19
20             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ANGLE_225_get")]
21             public static extern global::System.IntPtr Angle225Get();
22
23             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ANGLE_180_get")]
24             public static extern global::System.IntPtr Angle180Get();
25
26             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ANGLE_135_get")]
27             public static extern global::System.IntPtr Angle135Get();
28
29             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ANGLE_120_get")]
30             public static extern global::System.IntPtr Angle120Get();
31
32             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ANGLE_90_get")]
33             public static extern global::System.IntPtr Angle90Get();
34
35             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ANGLE_60_get")]
36             public static extern global::System.IntPtr Angle60Get();
37
38             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ANGLE_45_get")]
39             public static extern global::System.IntPtr Angle45Get();
40
41             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ANGLE_30_get")]
42             public static extern global::System.IntPtr Angle30Get();
43
44             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ANGLE_0_get")]
45             public static extern global::System.IntPtr Angle0Get();
46         }
47     }
48 }