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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 26: Строка 26:
 
|-
 
|-
 
| <syntaxhighlight lang="Delphi">function</syntaxhighlight> || <code lang="Delphi">ToPointF(): [[TPointF]]</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>
  
 
|}
 
|}

Версия 04:58, 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

Свойства

property
DefaultX: Single
property
DefaultY: Single
property
X: Single
property
Y: Single
property
Point: TPointF