PdfPage.GetAnnotation(CGPoint) 方法

定义

返回页面上指定点的批注;如果未批注该点, null 则返回注释。

[Foundation.Export("annotationAtPoint:")]
public virtual PdfKit.PdfAnnotation GetAnnotation (CoreGraphics.CGPoint point);
abstract member GetAnnotation : CoreGraphics.CGPoint -> PdfKit.PdfAnnotation
override this.GetAnnotation : CoreGraphics.CGPoint -> PdfKit.PdfAnnotation

参数

point
CGPoint

尝试获取批注的点。

返回

属性

适用于