共用方式為


UIGraphics.AddPDFContextDestination(String, CGPoint) 方法

定義

在指定位置新增具有指定名稱的 PDF 目的地。

public static void AddPDFContextDestination (string str, CoreGraphics.CGPoint point);
static member AddPDFContextDestination : string * CoreGraphics.CGPoint -> unit

參數

str
String

目的地點的名稱。

point
CGPoint

目前內容中的點。

備註

只有在目前的圖形內容是 PDF 內容時才有效

適用於