Unit 'gaSVGObjects' Package
[Overview][Types][Classes][Procedures and functions][Index] [#bs_engines]

TgaSvgSubPath

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

Declaration

Source position: gasvgobjects.pas line 195

type TgaSvgSubPath = 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: TgaSvgPath; [r]

  

  property PathOffset: TPointD; [r]

  

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

  

end;

Inheritance

TgaSvgSubPath

  

|

TObject



CT Web help

CodeTyphon Studio