Unit 'Agg_LCLControls' Package
[Overview][Classes][Procedures and functions][Index] [#pl_aggpasvs]

TAgg_SVG

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

Declaration

Source position: agg_lclcontrols.pas line 296

type TAgg_SVG = class(TAgg_CustomControl)

protected

  procedure ResizeBuffer; override;

  

  procedure PaintBuffer; override;

  

  procedure AngleChanged; virtual;

  

  procedure ScaleChanged; virtual;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure LoadFromStream();

  

  procedure LoadFromFile();

  

  property Bounds: rect_d; [r]

  

published

  property Scale: Double; [rw]

  

  property Angle: Double; [rw]

  

end;

Inheritance

TAgg_SVG

  

|

TAgg_CustomControl

  

|

TObject



CT Web help

CodeTyphon Studio