Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fpc-src / usr / share / fpcsrc / 3.2.0 / packages / cocoaint / src / pdfkit / PDFAnnotationInk.inc
Size: Mime:
{ 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}