Device.GetNamedSize 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
GetNamedSize(NamedSize, Element) |
已过时.
返回双精度值,表示与 |
GetNamedSize(NamedSize, Type) |
已过时.
返回双精度值,表示在本机平台上的元素上使用的字体的命名大小。 |
GetNamedSize(NamedSize, Type, Boolean) |
已过时.
供 Microsoft.Maui.Controls 平台内部使用。 |
GetNamedSize(NamedSize, Element)
- Source:
- Device.cs
- Source:
- Device.cs
注意
现已弃用此 API。
返回双精度值,表示与 targetElement
上的 size
对应的字号。
public:
static double GetNamedSize(Microsoft::Maui::Controls::NamedSize size, Microsoft::Maui::Controls::Element ^ targetElement);
[System.Obsolete]
public static double GetNamedSize (Microsoft.Maui.Controls.NamedSize size, Microsoft.Maui.Controls.Element targetElement);
[<System.Obsolete>]
static member GetNamedSize : Microsoft.Maui.Controls.NamedSize * Microsoft.Maui.Controls.Element -> double
Public Shared Function GetNamedSize (size As NamedSize, targetElement As Element) As Double
参数
- size
- NamedSize
要获取其数值大小的命名大小。
- targetElement
- Element
要计算其数值大小的元素。
返回
表示与 targetElement
上 size
相对应的字号的双精度值。
- 属性
适用于
GetNamedSize(NamedSize, Type)
- Source:
- Device.cs
- Source:
- Device.cs
注意
现已弃用此 API。
返回双精度值,表示在本机平台上的元素上使用的字体的命名大小。
public:
static double GetNamedSize(Microsoft::Maui::Controls::NamedSize size, Type ^ targetElementType);
[System.Obsolete]
public static double GetNamedSize (Microsoft.Maui.Controls.NamedSize size, Type targetElementType);
[<System.Obsolete>]
static member GetNamedSize : Microsoft.Maui.Controls.NamedSize * Type -> double
Public Shared Function GetNamedSize (size As NamedSize, targetElementType As Type) As Double
参数
- size
- NamedSize
要获取其数值大小的命名大小。
- targetElementType
- Type
要计算其数值大小的元素类型。
返回
用于本机平台上元素的命名字号。
- 属性
适用于
GetNamedSize(NamedSize, Type, Boolean)
- Source:
- Device.cs
- Source:
- Device.cs
注意
现已弃用此 API。
供 Microsoft.Maui.Controls 平台内部使用。
public:
static double GetNamedSize(Microsoft::Maui::Controls::NamedSize size, Type ^ targetElementType, bool useOldSizes);
[System.Obsolete]
public static double GetNamedSize (Microsoft.Maui.Controls.NamedSize size, Type targetElementType, bool useOldSizes);
[<System.Obsolete>]
static member GetNamedSize : Microsoft.Maui.Controls.NamedSize * Type * bool -> double
Public Shared Function GetNamedSize (size As NamedSize, targetElementType As Type, useOldSizes As Boolean) As Double
参数
- size
- NamedSize
供 Microsoft.Maui.Controls 平台内部使用。
- targetElementType
- Type
供 Microsoft.Maui.Controls 平台内部使用。
- useOldSizes
- Boolean
供 Microsoft.Maui.Controls 平台内部使用。
返回
供 Microsoft.Maui.Controls 平台内部使用。
- 属性