Share via


PdfView.ConvertPointFromPage(CGPoint, PdfPage) Method

Definition

Converts the provided point from page space to view space.

[Foundation.Export("convertPoint:fromPage:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual CoreGraphics.CGPoint ConvertPointFromPage(CoreGraphics.CGPoint point, PdfKit.PdfPage page);
[<Foundation.Export("convertPoint:fromPage:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ConvertPointFromPage : CoreGraphics.CGPoint * PdfKit.PdfPage -> CoreGraphics.CGPoint
override this.ConvertPointFromPage : 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