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