Unit 'fpPDF' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl-pdf]

TPDFShadingItem

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: fppdf.pp line 1159

type TPDFShadingItem = class(TCollectionItem)

public

  constructor Create(); override;

  procedure AddStop();

  property Kind: TPDFShadingKind; [rw]

  property Coords []: TPDFFloat; [rw]

  property ExtendStart: Boolean; [rw]

  property ExtendEnd: Boolean; [rw]

  property Gray: Boolean; [rw]

  property Stops: TPDFShadingStopArray; [r]

end;

Inheritance

TPDFShadingItem

|

TObject


Documentation generated on: 2026-09-22