UIGraphicsPdfRendererContext.SetUrl(NSUrl, CGRect) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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