FGX.RegularPolygon.TfgCustomRegularPolygon: различия между версиями

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
 
(не показано 17 промежуточных версий этого же участника)
Строка 1: Строка 1:
* [[ FGX.RegularPolygon | Вверх к родителю: FGX.RegularPolygon ]]
+
* [[ FGX.Shape.TfgShape | Вверх к родителю: TfgShape ]]
 +
* [[ FGX.RegularPolygon | К модулю: FGX.RegularPolygon ]]
  
 
Delphi
 
Delphi
  
<code lang="Delphi">TfgCustomRegularPolygon = class (TfgShape)</code>
+
<syntaxhighlight lang="Delphi">TfgCustomRegularPolygon = class (TfgShape)</syntaxhighlight>
 +
 
 +
<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.RegularPolygon.TfgCustomRegularPolygon|TfgCustomRegularPolygon]]</span></p>
 +
 
 +
Прямые наследники:
 +
[[FGX.RegularPolygon.TfgRegularPolygon|TfgRegularPolygon]]
  
 
== Описание ==
 
== Описание ==
  
Описание отсутствует.
+
<span style="color:gray">Описание отсутствует.</span>
 +
== Конструкторы ==
 +
 
 +
{| class="wikitable sortable"
 +
|-
 +
| <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create(AOwner: [[TComponent]])</code>
 +
<span style="color:gray">Описание отсутствует.</span>
 +
|}
  
== Конструкторы ==
+
== Свойства ==
  
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|-
 
|-
| <code>constructor</code> || <code>Create(AOwner: [[TComponent]])</code>
+
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Vertexes: [[TfgPoints|TfgPoints]]</code>
 +
<p>Координаты вершин правильного многоугольника.</p>
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>SidesCount: [[Integer]]</code>
 +
<p>Количество сторон правильного многоугольника.</p>
 +
|}
  
 +
== Константы ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
| <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>DefaultSidesCount: [[Integer]]</code>
 +
<span style="color:gray">Описание отсутствует.</span>
 
|}
 
|}

Текущая версия на 06:00, 10 июля 2019

Delphi

TfgCustomRegularPolygon = class (TfgShape)

TComponent -> TfgControl -> TfgGraphicControl -> TfgShape -> TfgCustomRegularPolygon

Прямые наследники: TfgRegularPolygon

Описание

Описание отсутствует.

Конструкторы

constructor
Create(AOwner: TComponent)

Описание отсутствует.

Свойства

property
Vertexes: TfgPoints

Координаты вершин правильного многоугольника.

property
SidesCount: Integer

Количество сторон правильного многоугольника.

Константы

const
DefaultSidesCount: Integer

Описание отсутствует.