FGX.SvgPath.TfgCustomSvgPath: различия между версиями
Перейти к навигации
Перейти к поиску
Admin (обсуждение | вклад) (summary) |
Admin (обсуждение | вклад) (summary) |
||
Строка 6: | Строка 6: | ||
<syntaxhighlight lang="Delphi">TfgCustomSvgPath = class (TfgShape)</syntaxhighlight> | <syntaxhighlight lang="Delphi">TfgCustomSvgPath = class (TfgShape)</syntaxhighlight> | ||
− | <p class="class-inheritance"><span class="type-border">[[System.Classes.TComponent|TComponent]]</span> -> <span class="type-border">[[FGX. | + | <p class="class-inheritance"><span class="type-border">[[System.Classes.TComponent|TComponent]]</span> -> <span class="type-border">[[FGX.Controls.TfgControl|TfgControl]]</span> -> <span class="type-border">[[FGX.GraphicControl.TfgGraphicControl|TfgGraphicControl]]</span> -> <span class="type-border">[[FGX.Shape.TfgShape|TfgShape]]</span> -> <span class="type-border">[[FGX.SvgPath.TfgCustomSvgPath|TfgCustomSvgPath]]</span></p> |
Прямые наследники: | Прямые наследники: |
Версия 06:01, 10 июля 2019
Delphi
TfgCustomSvgPath = class (TfgShape)
TComponent -> TfgControl -> TfgGraphicControl -> TfgShape -> TfgCustomSvgPath
Прямые наследники: TfgSvgPath
Содержание
Описание
Графический примитив: дуга эллипса/окружности.
Конструкторы
constructor
|
Create(AOwner: TComponent)
Описание отсутствует. |
Свойства
property
|
Path: TfgPath
Описание отсутствует. |
property
|
PathData: string
Строковое представление пути согласно стандарту "https://www.w3.org/TR/SVG/paths.html#PathDataCurveCommands" |
property
|
DisplayMode: TfgSvgPathDisplayMode
Режим отображения пути. Определяет, как отображать заданный путь. |
Константы
const
|
DefaultDisplayMode: TfgSvgPathDisplayMode
Описание отсутствует. |