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 上下文时有效

适用于