PDFAnnotationCircle.inc 461 B

1234567891011121314151617181920
  1. { Parsed from PDFKit.framework PDFAnnotationCircle.h }
  2. {$ifdef TYPES}
  3. type
  4. PDFAnnotationCirclePtr = ^PDFAnnotationCircle;
  5. {$endif}
  6. {$ifdef CLASSES}
  7. type
  8. PDFAnnotationCircle = objcclass external (PDFAnnotation, NSCopyingProtocol)
  9. private
  10. _pdfPriv2: PDFAnnotationCirclePrivateVars;
  11. public
  12. function interiorColor: NSColor; message 'interiorColor';
  13. procedure setInteriorColor (color_: NSColor); message 'setInteriorColor:';
  14. end;
  15. {$endif}