UIGraphicsPdfRendererContext.SetDestination(String, CGRect) Method

Definition

Creates a rectangular destination (link target).

[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

Parameters

name
String

The identifier for the destination.

rect
CGRect

The area that is the defined destination.

Attributes

Applies to