Unit 'fpvectorial' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lz_fpvectorial]

T2DEllipticalArcSegment

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

Declaration

Source position: fpvectorial.pas line 506

type T2DEllipticalArcSegment = class(T2DSegment)

public

  RX: Double;

  

  RY: Double;

  

  XRotation: Double;

  

  LeftmostEllipse: Boolean;

  

  ClockwiseArcFlag: Boolean;

  

  CX: Double;

  

  CY: Double;

  

  CenterSetByUser: Boolean;

  

  procedure BezierApproximate();

  

  procedure PolyApproximate();

  

  procedure CalculateCenter;

  

  procedure CalculateEllipseBoundingBox();

  

  function GenerateDebugTree(); override;

  

  procedure AddToPoints(); override;

  

  procedure Move(); override;

  

  procedure Rotate(); override;

  

end;

Inheritance

T2DEllipticalArcSegment

  

|

T2DSegment

  

|

TPathSegment

  

|

TObject



CT Web help

CodeTyphon Studio