PdfPage.GetAnnotation(CGPoint) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回頁面上指定點的注釋,如果 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
要嘗試取得批註的點。
傳回
- 屬性