Class TSVGPath
Unit
Declaration
type TSVGPath = class(TSVGElementWithGradient)
Description
SVG path object
Hierarchy
- TObject
- TSVGCustomElement
- TSVGElement
- TSVGElementWithGradient
- TSVGPath
Overview
Methods
![]() |
constructor Create(ADocument: TDOMDocument; AUnits: TCSSUnitConverter; ADataLink: TSVGDataLink); override; |
![]() |
constructor Create(AElement: TDOMElement; AUnits: TCSSUnitConverter; ADataLink: TSVGDataLink); override; |
![]() |
destructor Destroy; override; |
![]() |
class function GetDOMTag: string; override; |
![]() |
function GetDOMElement: TDOMElement; override; |
![]() |
procedure InternalCopyPathTo(ACanvas2d: TBGRACanvas2D; AUnit: TCSSUnit); override; |
![]() |
procedure InternalDraw(ACanvas2d: TBGRACanvas2D; AUnit: TCSSUnit); override; |
Properties
![]() |
property boundingBoxF: TRectF read GetBoundingBoxF; |
![]() |
property d: string read GetData write SetData; |
![]() |
property path: TBGRAPath read GetPath; |
![]() |
property pathLength: TFloatWithCSSUnit read GetPathLength write SetPathLength; |
Description
Methods
![]() |
constructor Create(ADocument: TDOMDocument; AUnits: TCSSUnitConverter; ADataLink: TSVGDataLink); override; |
This item has no description. |
![]() |
constructor Create(AElement: TDOMElement; AUnits: TCSSUnitConverter; ADataLink: TSVGDataLink); override; |
This item has no description. |
![]() |
destructor Destroy; override; |
This item has no description. |
![]() |
class function GetDOMTag: string; override; |
This item has no description. |
![]() |
function GetDOMElement: TDOMElement; override; |
This item has no description. |
![]() |
procedure InternalCopyPathTo(ACanvas2d: TBGRACanvas2D; AUnit: TCSSUnit); override; |
This item has no description. |
![]() |
procedure InternalDraw(ACanvas2d: TBGRACanvas2D; AUnit: TCSSUnit); override; |
This item has no description. |
Properties
![]() |
property boundingBoxF: TRectF read GetBoundingBoxF; |
This item has no description. |
![]() |
property d: string read GetData write SetData; |
This item has no description. |
![]() |
property path: TBGRAPath read GetPath; |
This item has no description. |
![]() |
property pathLength: TFloatWithCSSUnit read GetPathLength write SetPathLength; |
This item has no description. |