[NUI] Add dotnet pre-initiailze (#1521)
[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 ANGLE_360_get();
13
14             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ANGLE_315_get")]
15             public static extern global::System.IntPtr ANGLE_315_get();
16
17             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ANGLE_270_get")]
18             public static extern global::System.IntPtr ANGLE_270_get();
19
20             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ANGLE_225_get")]
21             public static extern global::System.IntPtr ANGLE_225_get();
22
23             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ANGLE_180_get")]
24             public static extern global::System.IntPtr ANGLE_180_get();
25
26             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ANGLE_135_get")]
27             public static extern global::System.IntPtr ANGLE_135_get();
28
29             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ANGLE_120_get")]
30             public static extern global::System.IntPtr ANGLE_120_get();
31
32             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ANGLE_90_get")]
33             public static extern global::System.IntPtr ANGLE_90_get();
34
35             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ANGLE_60_get")]
36             public static extern global::System.IntPtr ANGLE_60_get();
37
38             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ANGLE_45_get")]
39             public static extern global::System.IntPtr ANGLE_45_get();
40
41             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ANGLE_30_get")]
42             public static extern global::System.IntPtr ANGLE_30_get();
43
44             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ANGLE_0_get")]
45             public static extern global::System.IntPtr ANGLE_0_get();
46         }
47     }
48 }