次の方法で共有


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

注釈の取得を試みるポイント。

戻り値

属性

適用対象