MonobjcMonobjc Documented Class Library
AddDestinationAtPoint Method (context, name, point)
NamespacesMonobjc.ApplicationServicesCGPDFContextAddDestinationAtPoint(IntPtr, NSString, CGPoint)

Sets a destination to jump to when a point in the current page of a PDF graphics context is clicked.

Original signature is 'void CGPDFContextAddDestinationAtPoint ( CGContextRef context, CFStringRef name, CGPoint point );'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static void AddDestinationAtPoint(
	IntPtr context,
	NSString name,
	CGPoint point
)
Public Shared Sub AddDestinationAtPoint ( _
	context As IntPtr, _
	name As NSString, _
	point As CGPoint _
)
public:
static void AddDestinationAtPoint(
	IntPtr context, 
	NSString^ name, 
	CGPoint point
)
Parameters
context (IntPtr)
MISSING
name (NSString)
MISSING
point (CGPoint)
MISSING
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)