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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 8: Строка 8:
  
 
Описание отсутствует.
 
Описание отсутствует.
 +
 +
== Методы ==
 +
 +
{| 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>
 +
 +
|}

Версия 04:57, 10 июня 2019

Delphi

TfgSinglePoint = class (TfgSinglePair)

Описание

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

Методы

procedure
SetPointF(const APoint: TPointF)
procedure
SetPointF(const AX: Single; const AY: Single)
procedure
SetPointFWithoutChange(const APoint: TPointF)
procedure
SetPointFWithoutChange(const AX: Single; const AY: Single)
function
ToPointF(): TPointF