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

TSvgSubPath

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

Declaration

Source position: Img32.SVG.Path.pas line 197

type TSvgSubPath = class

public

  isClosed: Boolean;

  

  constructor Create();

  

  destructor Destroy; override;

  

  procedure Clear;

  

  procedure Offset();

  

  function GetFirstPt;

  

  function GetLastPt;

  

  function GetBounds;

  

  function AddASeg();

  

  function AddCSeg();

  

  function AddHSeg();

  

  function AddLSeg();

  

  function AddQSeg();

  

  function AddSSeg();

  

  function AddTSeg();

  

  function AddVSeg();

  

  function AddZSeg();

  

  function GetLastSeg;

  

  function DeleteLastSeg;

  

  function GetFlattenedPath();

  

  function GetSimplePath;

  

  function GetMoveStrDef();

  

  function GetStringDef();

  

  property Count: Integer; [r]

  

  property Parent: TSvgPath; [r]

  

  property PathOffset: TPointD; [r]

  

  property Seg []: TSvgPathSeg; default; [r]

  

end;

Inheritance

TSvgSubPath

  

|

TObject



CT Web help

CodeTyphon Studio