Unit 'gaSVG' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#bs_engines]

TgaExBaseElWriter

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

Declaration

Source position: gasvg.pas line 926

type TgaExBaseElWriter = class(TgaBaseElWriter)

protected

  fFillClr: TColor32;

  

  fStrokeClr: TColor32;

  

  fStrokeWidth: Double;

  

  fVarDashes: TArrayOfDouble;

  

  function WriteHeader; override;

  

public

  Matrix: TMatrixD;

  

  constructor Create(); override;

  

  procedure Rotate();

  

  procedure Translate();

  

  procedure Skew();

  

  property FillColor: TColor32; [rw]

  

  property StrokeColor: TColor32; [rw]

  

  property StrokeWidth: Double; [rw]

  

  property VarDashes: TArrayOfDouble; [rw]

  

end;

Inheritance

TgaExBaseElWriter

  

|

TgaBaseElWriter

  

|

TObject



CT Web help

CodeTyphon Studio