次の方法で共有


CGContextPDF.SetUrl(NSUrl, CGRect) メソッド

定義

画面のリージョンを URL に関連付けます。 ユーザーがそのリージョン内をクリックまたはタップすると、PDF ビューアーでその URL にリダイレクトされます。

public void SetUrl (Foundation.NSUrl url, CoreGraphics.CGRect region);
member this.SetUrl : Foundation.NSUrl * CoreGraphics.CGRect -> unit

パラメーター

url
NSUrl

ターゲット URL。

region
CGRect

地域。

適用対象