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 / PDFAnnotationCircle.inc
Size: Mime:
{ 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}