Device.GetNamedSize 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
GetNamedSize(NamedSize, Element) |
사용되지 않음.
|
GetNamedSize(NamedSize, Type) |
사용되지 않음.
네이티브 플랫폼의 요소에 사용되는 글꼴의 명명된 크기를 나타내는 double 값을 반환합니다. |
GetNamedSize(NamedSize, Type, Boolean) |
사용되지 않음.
Microsoft.Maui.Controls 플랫폼에서 내부적으로 사용합니다. |
GetNamedSize(NamedSize, Element)
- Source:
- Device.cs
- Source:
- Device.cs
주의
이 API는 이제 사용되지 않습니다.
targetElement
의 size
에 해당하는 글꼴 크기를 나타내는 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
숫자 크기를 계산할 요소입니다.
반환
targetElement
의 size
에 해당하는 글꼴 크기를 나타내는 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 플랫폼에서 내부적으로 사용합니다.
- 특성
적용 대상
.NET MAUI