UIGraphicsPdfRendererContext.SetDestination(String, CGRect) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立矩形目的地 (連結目標) 。
[Foundation.Export("setDestinationWithName:forRect:")]
public virtual void SetDestination (string name, CoreGraphics.CGRect rect);
abstract member SetDestination : string * CoreGraphics.CGRect -> unit
override this.SetDestination : string * CoreGraphics.CGRect -> unit
參數
- name
- String
目的地的識別碼。
- rect
- CGRect
定義之目的地的區域。
- 屬性