MonobjcMonobjc Documented Class Library
InitWithPageAtPoint Method (page, point)
NamespacesMonobjc.QuartzPDFDestinationInitWithPageAtPoint(PDFPage, NSPoint)

Initializes the destination.

Original signature is '- (id)initWithPage:(PDFPage *)page atPoint:(NSPoint)point'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual Id InitWithPageAtPoint(
	PDFPage page,
	NSPoint point
)
Public Overridable Function InitWithPageAtPoint ( _
	page As PDFPage, _
	point As NSPoint _
) As Id
public:
virtual Id^ InitWithPageAtPoint(
	PDFPage^ page, 
	NSPoint point
)
Parameters
page (PDFPage)
The page of the destination.
point (NSPoint)
The point of the destination, in page space.
Return Value
An initialized PDFDestination instance, or NULL if the object could not be initialized.
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.Quartz (Module: Monobjc.Quartz)