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
定義された宛先である領域。
- 属性