UIColor.FromPatternImage(UIImage) 方法

定义

基于图像创建 UIColor,然后将该颜色用作画笔与图像一起绘制。

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

参数

image
UIImage

用作模式的图像

返回

属性

注解

这可以从后台线程使用。

适用于