| Inherits from | |
| Conforms to | |
| Framework | Library/Frameworks/Quartz.framework/Frameworks/PDFKit.framework |
| Availability | Available in Mac OS X v10.4 and later. |
| Declared in | PDFAnnotationCircle.h |
| Related sample code |
A PDFAnnotationCircle object displays an ellipse on a page. Circle annotations are like square annotations (instances of the PDFAnnotationSquare class) apart from the shape.
The setLineWidth: and setStyle: methods of the annotation’s associated PDFBorder object determines the stroke thickness and style. The setColor: method of the PDFAnnotation class determines the stroke color.
Returns the fill color used for drawing the annotation.
- (NSColor *)interiorColor
PDFAnnotationCircle.hSets the fill color used for drawing the annotation.
- (void)setInteriorColor:(NSColor *)color
PDFAnnotationCircle.hLast updated: 2006-05-23