共用方式為


PdfView.ConvertPointFromPage(CGPoint, PdfPage) 方法

定義

將所提供的 point 從頁面空間轉換為檢視空間。

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

參數

point
CGPoint

要轉換的點。

page
PdfPage

包含點的頁面。

傳回

屬性

適用於