Unit 'Img32.SVG.Writer' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_image32]

TExBaseElWriter

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

Declaration

Source position: Img32.SVG.Writer.pas line 78

type TExBaseElWriter = class(TBaseElWriter)

protected

  fFillClr: TColor32;

  

  fFillRule: TFillRule;

  

  fStrokeClr: TColor32;

  

  fStrokeWidth: Double;

  

  fDashes: 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 Dashes: TArrayOfDouble; [rw]

  

  property FillRule: TFillRule; [rw]

  

end;

Inheritance

TExBaseElWriter

  

|

TBaseElWriter

  

|

TObject



CT Web help

CodeTyphon Studio