UIGraphicsPdfRendererContext.SetUrl(NSUrl, CGRect) 方法

定义

创建指定的 url 将链接到的矩形目标。

[Foundation.Export("setURL:forRect:")]
public virtual void SetUrl(Foundation.NSUrl url, CoreGraphics.CGRect rect);
abstract member SetUrl : Foundation.NSUrl * CoreGraphics.CGRect -> unit
override this.SetUrl : Foundation.NSUrl * CoreGraphics.CGRect -> unit

参数

url
NSUrl

目标的标识符。

rect
CGRect

url关联的区域。

属性

适用于