共用方式為


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

要嘗試取得批註的點。

傳回

屬性

適用於