[NUI] change function name for match others in GraphicsTypeExtensions.
authorsh10233-linux <sh10233.lee@samsung.com>
Mon, 27 Dec 2021 08:48:44 +0000 (00:48 -0800)
committerSeoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
Wed, 12 Jan 2022 08:40:18 +0000 (17:40 +0900)
src/Tizen.NUI/src/public/Utility/GraphicsTypeExtensions.cs

index 2b04f91..b09319e 100644 (file)
@@ -481,7 +481,7 @@ namespace Tizen.NUI
         /// <returns>The float pixel unit value.</returns>
         /// This will be public opened in tizen_next after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public static float PtToPixel(this float pt)
+        public static float PtToPx(this float pt)
         {
             return GraphicsTypeManager.Instance.Point.ConvertToPixel(pt);
         }