PdfPage.GetAnnotation(CGPoint) Method

Definition

Returns the annotation for the specified point on the page, or null if the point is not annotated.

[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

Parameters

point
CGPoint

The point for which to attempt to get an annotation.

Returns

Attributes

Applies to