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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 1: Строка 1:
* [[ FGX.Types | Вверх к родителю: FGX.Types ]]
+
* [[ FGX.Types.TfgSinglePair | Вверх к родителю: TfgSinglePair ]]
  
 
Delphi
 
Delphi
Строка 5: Строка 5:
 
<syntaxhighlight lang="Delphi">TfgSinglePoint = class (TfgSinglePair)</syntaxhighlight>
 
<syntaxhighlight lang="Delphi">TfgSinglePoint = class (TfgSinglePair)</syntaxhighlight>
  
== Описание ==
+
Известные прямые наследники:
 
+
[[FGX.Control.Types.TfgPosition|TfgPosition]]
Описание отсутствует.
 
 
 
== Методы ==
 
 
 
{| class="wikitable sortable"
 
|-
 
| <syntaxhighlight lang="Delphi">procedure</syntaxhighlight> || <code lang="Delphi">SetPointF(const APoint: [[TPointF]])</code>
 
 
 
|-
 
| <syntaxhighlight lang="Delphi">procedure</syntaxhighlight> || <code lang="Delphi">SetPointF(const AX: [[Single]]; const AY: [[Single]])</code>
 
 
 
|-
 
| <syntaxhighlight lang="Delphi">procedure</syntaxhighlight> || <code lang="Delphi">SetPointFWithoutChange(const APoint: [[TPointF]])</code>
 
 
 
|-
 
| <syntaxhighlight lang="Delphi">procedure</syntaxhighlight> || <code lang="Delphi">SetPointFWithoutChange(const AX: [[Single]]; const AY: [[Single]])</code>
 
 
 
|-
 
| <syntaxhighlight lang="Delphi">function</syntaxhighlight> || <code lang="Delphi">ToPointF(): [[TPointF]]</code>
 
 
 
|}
 
 
 
== Свойства ==
 
 
 
{| class="wikitable sortable"
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>DefaultX: [[Single]]</code>
 
 
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>DefaultY: [[Single]]</code>
 
 
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>X: [[Single]]</code>
 
 
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Y: [[Single]]</code>
 
 
 
|-
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Point: [[TPointF]]</code>
 
 
 
|}
 

Версия 23:38, 11 июня 2019

Delphi

TfgSinglePoint = class (TfgSinglePair)

Известные прямые наследники: TfgPosition