UIGraphicsPdfRendererContext.AddDestination(String, CGPoint) メソッド

定義

PDF に名前付き宛先 (リンク 先) を作成します。

[Foundation.Export("addDestinationWithName:atPoint:")]
public virtual void AddDestination (string name, CoreGraphics.CGPoint point);
abstract member AddDestination : string * CoreGraphics.CGPoint -> unit
override this.AddDestination : string * CoreGraphics.CGPoint -> unit

パラメーター

name
String

宛先の識別子。

point
CGPoint

アンカーの場所。

属性

適用対象