Unit 'GR32_Polygons' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_graphics32]

TPolygon32

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

Declaration

Source position: GR32_Polygons.pas line 448

type TPolygon32 = class(TThreadPersistent)

protected

  procedure BuildNormals;

  

  procedure CopyPropertiesTo(); virtual;

  

  procedure AssignTo(); override;

  

public

  constructor Create; override;

  

  destructor Destroy; override;

  

  procedure Add();

  

  procedure AddPoints();

  

  function ContainsPoint();

  

  procedure Clear;

  

  function Grow();

  

  procedure Draw();

  

  procedure DrawEdge();

  

  procedure DrawFill();

  

  procedure NewLine;

  

  procedure Offset();

  

  function Outline;

  

  procedure Transform();

  

  function GetBoundingRect;

  

  property Antialiased: Boolean; [rw]

  

  property AntialiasMode: TAntialiasMode; [rw]

  

  property Closed: Boolean; [rw]

  

  property FillMode: TPolyFillMode; [rw]

  

  property Normals: TArrayOfArrayOfFixedPoint; [rw]

  

  property Points: TArrayOfArrayOfFixedPoint; [rw]

  

end;

Inheritance

TPolygon32

  

|

TThreadPersistent

  

|

TNotifiablePersistent

  

|

TPlainInterfacedPersistent

  

|

TObject,IInterface



CT Web help

CodeTyphon Studio