UIGraphics.RectFrameUsingBlendMode(CGRect, CGBlendMode) 方法

定义

在指定的矩形内绘制一个框架,并将其与 混合。

public static void RectFrameUsingBlendMode (CoreGraphics.CGRect rect, CoreGraphics.CGBlendMode blendMode);
static member RectFrameUsingBlendMode : CoreGraphics.CGRect * CoreGraphics.CGBlendMode -> unit

参数

rect
CGRect
blendMode
CGBlendMode

适用于