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

TSvgPathSeg

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

Declaration

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

type TSvgPathSeg = class

protected

  function GetFlattened; virtual;

  

  procedure GetFlattenedInternal; virtual; abstract;

  

  procedure Scale(); virtual;

  

  function DescaleAndOffset();

  

  procedure SetCtrlPts(); virtual;

  

public

  constructor Create(); virtual;

  

  function GetCtrlBounds; virtual;

  

  function GetOnPathCtrlPts; virtual;

  

  procedure Offset(); virtual;

  

  function GetStringDef(); virtual;

  

  function ExtendSeg(); virtual;

  

  property Parent: TSvgSubPath; [r]

  

  property Owner: TSvgPath; [r]

  

  property CtrlPts: TPathD; [rw]

  

  property FirstPt: TPointD; [r]

  

  property FlatPath: TPathD; [r]

  

  property Index: Integer; [r]

  

  property SegType: TSvgPathSegType; [r]

  

end;

Inheritance

TSvgPathSeg

  

|

TObject



CT Web help

CodeTyphon Studio