PSPDFCircleAnnotation
Objective-C
@interface PSPDFCircleAnnotation
: PSPDFAbstractShapeAnnotation <PSPDFOverridable>
Swift
class CircleAnnotation : AbstractShapeAnnotation, Overridable
The PDF Circle annotations (PDF 1.3) shall display an ellipse on the page.
-
The path that represents the circle.
Declaration
Objective-C
@property (readonly) NSBezierPath *_Nonnull bezierPath;
Swift
var bezierPath: NSBezierPath { get }