다음을 통해 공유


UIColor.FromPatternImage(UIImage) 메서드

정의

이미지를 기반으로 UIColor를 만든 다음, 이미지를 사용하여 그리는 브러시로 색을 사용할 수 있습니다.

[Foundation.Export("colorWithPatternImage:")]
public static UIKit.UIColor FromPatternImage (UIKit.UIImage image);
static member FromPatternImage : UIKit.UIImage -> UIKit.UIColor

매개 변수

image
UIImage

패턴으로 사용할 이미지

반환

특성

설명

백그라운드 스레드에서 사용할 수 있습니다.

적용 대상