Contents

point

Returns the point, in page space, that the destination refers to.

Declaration

var point: CGPoint { get }
var point: NSPoint { get }

Return Value

The point, in page space, referred to by the destination.

Discussion

Page space is a 72 dpi coordinate system with the origin at the lower-left corner of the current page.

See Also

Getting Pages and Points