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

包含点的页面。

返回

属性

适用于