Unit 'Img32.SVG.Reader' Package
[Overview][Types][Classes][Index] [#pl_image32]

TSvgElement

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

Declaration

Source position: Img32.SVG.Reader.pas line 68

type TSvgElement = class

protected

  elRectWH: TValueRecWH;

  

  function IsFirstChild;

  

  procedure LoadAttributes;

  

  procedure LoadAttribute();

  

  function LoadContent; virtual;

  

  function GetRelFracLimit; virtual;

  

  procedure Draw(); virtual;

  

  procedure DrawChildren(); virtual;

  

public

  constructor Create(); virtual;

  

  destructor Destroy; override;

  

  property Child []: TSvgElement; default; [r]

  

  property ChildCount: Integer; [r]

  

  property DrawData: TDrawData; [rw]

  

  property Id: UTF8String; [r]

  

end;

Inheritance

TSvgElement

  

|

TObject



CT Web help

CodeTyphon Studio