PdfView.ConvertPointFromPage(CGPoint, PdfPage) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將所提供的 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
包含點的頁面。
傳回
- 屬性