다음을 통해 공유


Device.GetNamedSize 메서드

정의

오버로드

GetNamedSize(NamedSize, Element)
사용되지 않음.

targetElementsize에 해당하는 글꼴 크기를 나타내는 double 값을 반환합니다.

GetNamedSize(NamedSize, Type)
사용되지 않음.

네이티브 플랫폼의 요소에 사용되는 글꼴의 명명된 크기를 나타내는 double 값을 반환합니다.

GetNamedSize(NamedSize, Type, Boolean)
사용되지 않음.

Microsoft.Maui.Controls 플랫폼에서 내부적으로 사용합니다.

GetNamedSize(NamedSize, Element)

Source:
Device.cs
Source:
Device.cs

주의

이 API는 이제 사용되지 않습니다.

targetElementsize에 해당하는 글꼴 크기를 나타내는 double 값을 반환합니다.

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

숫자 크기를 계산할 요소입니다.

반환

targetElementsize에 해당하는 글꼴 크기를 나타내는 double 값입니다.

특성

적용 대상

GetNamedSize(NamedSize, Type)

Source:
Device.cs
Source:
Device.cs

주의

이 API는 이제 사용되지 않습니다.

네이티브 플랫폼의 요소에 사용되는 글꼴의 명명된 크기를 나타내는 double 값을 반환합니다.

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 플랫폼에서 내부적으로 사용합니다.

특성

적용 대상