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

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

Версия 23:39, 9 июня 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()