Unit 'gmLines2D' Package
[Overview][Types][Classes][Procedures and functions][Index] [#bs_engines]

TgmPolyBezier2D

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

Declaration

Source position: gmlines2d.pas line 116

type TgmPolyBezier2D = class

protected

  procedure CalculateNormals;

  

  procedure DivideSegment();

  

public

  constructor Create; virtual;

  

  destructor Destroy; override;

  

  procedure Clear;

  

  procedure BuildSmoothedBezier();

  

  property Vertices: TgmBezierVertex2DList; [r]

  

  property Segments: TgmBezierSegment2DList; [r]

  

  property SmoothingAngle: Double; [rw]

  

  property KFactor: Double; [rw]

  

end;

Inheritance

TgmPolyBezier2D

  

|

TObject



CT Web help

CodeTyphon Studio