UIColor.FromName 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
FromName(String) |
지정된 자산에 영역이 있는 지정된 이름의 자산에서 새 색 개체를 만들고 반환합니다. |
FromName(String, NSBundle, UITraitCollection) |
지정된 특성 컬렉션의 영역을 사용하여 지정된 번들에 지정된 이름을 가진 자산에서 새 색 개체를 만들고 반환합니다. |
FromName(String)
지정된 자산에 영역이 있는 지정된 이름의 자산에서 새 색 개체를 만들고 반환합니다.
[Foundation.Export("colorNamed:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static UIKit.UIColor FromName (string name);
static member FromName : string -> UIKit.UIColor
매개 변수
- name
- String
애플리케이션 번들에 있는 색 자산의 이름입니다.
반환
- 특성
설명
(이 노드에 대한 추가 설명서가 제공될 예정임)
백그라운드 스레드에서 사용할 수 있습니다.
적용 대상
FromName(String, NSBundle, UITraitCollection)
지정된 특성 컬렉션의 영역을 사용하여 지정된 번들에 지정된 이름을 가진 자산에서 새 색 개체를 만들고 반환합니다.
[Foundation.Export("colorNamed:inBundle:compatibleWithTraitCollection:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static UIKit.UIColor FromName (string name, Foundation.NSBundle inBundle, UIKit.UITraitCollection compatibleWithTraitCollection);
static member FromName : string * Foundation.NSBundle * UIKit.UITraitCollection -> UIKit.UIColor
매개 변수
- name
- String
색 자산의 이름입니다.
반환
- 특성
설명
(이 노드에 대한 추가 설명서가 제공될 예정임)
백그라운드 스레드에서 사용할 수 있습니다.