UIGraphicsPdfRendererContext.SetDestination(String, CGRect) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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