summaryrefslogtreecommitdiff
path: root/packages/cocoaint/src/pdfkit/PDFAnnotationInk.inc
blob: e595a78402411970574574d5d4f349096069e62c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{ Parsed from PDFKit.framework PDFAnnotationInk.h }


{$ifdef TYPES}
type
  PDFAnnotationInkPtr = ^PDFAnnotationInk;
{$endif}

{$ifdef CLASSES}

type
  PDFAnnotationInk = objcclass external (PDFAnnotation, NSCopyingProtocol, NSCodingProtocol)
  private
    _pdfPriv2: PDFAnnotationInkPrivateVars;
  public
    function paths: NSArray; message 'paths';
    procedure addBezierPath (path: NSBezierPath); message 'addBezierPath:';
    procedure removeBezierPath (path: NSBezierPath); message 'removeBezierPath:';
  end;
{$endif}