CGContext.ClipToRects(CGRect[]) 方法

定义

将当前剪裁路径修改为当前剪裁路径的内节,以及所提供的矩形指定的区域。

public void ClipToRects (CoreGraphics.CGRect[] rects);
member this.ClipToRects : CoreGraphics.CGRect[] -> unit

参数

rects
CGRect[]

矩形数组。

适用于