Repository URL to install this package:
|
Version:
3.2.0 ▾
|
{ Parsed from AppKit.framework NSPICTImageRep.h }
{$ifdef TYPES}
type
NSPICTImageRepPtr = ^NSPICTImageRep;
{$endif}
{$ifdef CLASSES}
type
NSPICTImageRep = objcclass external (NSImageRep)
private
_pictOrigin: NSPoint;
_pictData: NSData;
{$if not defined(__LP64__)}
_reserved1: cuint;
_reserved2: cuint;
{$else}
_imageRep: id;
_pictOffset: NSUInteger;
_reserved1_: cuint;
_reserved2_: cuint;
{$endif}
public
class function imageRepWithData (pictData: NSData): instancetype; message 'imageRepWithData:';
function initWithData (pictData: NSData): instancetype; message 'initWithData:';
function PICTRepresentation: NSData; message 'PICTRepresentation';
function boundingBox: NSRect; message 'boundingBox';
end;
{$endif}