Unit 'gaSmoothPath' Package
[Overview][Types][Classes][Variables][Index] [#bs_engines]

TgaPathSmooth

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

Declaration

Source position: gasmoothpath.pas line 57

type TgaPathSmooth = class

protected

  procedure MovePoint();

  

  procedure Changed; virtual;

  

  function CanUpdate;

  

public

  constructor Create; virtual;

  

  procedure Add();

  

  procedure Assign();

  

  procedure AssignTo();

  

  procedure Clear;

  

  procedure BeginUpdate;

  

  procedure EndUpdate;

  

  function GetPoints;

  

  function GetBounds;

  

  procedure DeleteLast;

  

  procedure Offset();

  

  procedure Rotate();

  

  procedure Scale();

  

  property LastType: TgaSmoothType; [r]

  

  property Points []: TPointD; default; [rw]

  

  property PointTypes []: TgaSmoothType; [rw]

  

  property Count: Integer; [r]

  

  property FlattenedPath: TPathD; [r]

  

  property OnChange: TNotifyEvent; [rw]

  

end;

Inheritance

TgaPathSmooth

  

|

TObject



CT Web help

CodeTyphon Studio