Unit 'RLMetaFile' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_fortesreport]

TRLPolygonObject

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

Declaration

Source position: rlmetafile.pas line 930

type TRLPolygonObject = class(TRLGraphicObject)

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure SaveToStream(); override;

  

  procedure LoadFromStream(); override;

  

  procedure Assign(); override;

  

  procedure Offset(); override;

  

  procedure Inflate(); override;

  

  property Pen: TRLMetaPen; [rw]

  

  property Brush: TRLMetaBrush; [rw]

  

  property Points: TRLMetaPointArray; [rw]

  

end;

Inheritance

TRLPolygonObject

  

|

TRLGraphicObject

  

|

TObject



CT Web help

CodeTyphon Studio