UIGraphicsPdfRendererContext.SetUrl(NSUrl, CGRect) Method

Definition

Creates a rectangular destination to which the specified url will link.

[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

Parameters

url
NSUrl

The identifier for the destination.

rect
CGRect

The area associated with the url.

Attributes

Applies to