PdfView.ConvertPointToPage(CGPoint, PdfPage) Method

Definition

Converts the provided point from view space to page space.

[Foundation.Export("convertPoint:toPage:")]
public virtual CoreGraphics.CGPoint ConvertPointToPage (CoreGraphics.CGPoint point, PdfKit.PdfPage page);
abstract member ConvertPointToPage : CoreGraphics.CGPoint * PdfKit.PdfPage -> CoreGraphics.CGPoint
override this.ConvertPointToPage : CoreGraphics.CGPoint * PdfKit.PdfPage -> CoreGraphics.CGPoint

Parameters

point
CGPoint

The point to convert.

page
PdfPage

The page that contains the point.

Returns

Attributes

Applies to