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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 10: Строка 10:
  
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 +
|}
 +
 +
== Методы ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
| procedure || SetSizeF(const ASize: TSizeF)
 +
 +
|-
 +
| procedure || SetSizeF(const AWidth: Single, const AHeight: Single)
 +
 +
|-
 +
| procedure || SetSizeFWithoutChange(const ASize: TSizeF)
 +
 +
|-
 +
| procedure || SetSizeFWithoutChange(const AWidth: Single, const AHeight: Single)
 +
 +
|-
 +
| procedure || SetWidthWithoutChange(const AWidth: Single)
 +
 +
|-
 +
| procedure || SetHeightWithoutChange(const AHeight: Single)
 +
 +
|-
 +
| function || ToSizeF()
 +
 +
|-
 +
| function || ToSize()
 +
 
|}
 
|}

Версия 23:39, 9 июня 2019

Delphi

TfgSingleSize = class (TfgSinglePair)

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

Методы

procedure SetSizeF(const ASize: TSizeF)
procedure SetSizeF(const AWidth: Single, const AHeight: Single)
procedure SetSizeFWithoutChange(const ASize: TSizeF)
procedure SetSizeFWithoutChange(const AWidth: Single, const AHeight: Single)
procedure SetWidthWithoutChange(const AWidth: Single)
procedure SetHeightWithoutChange(const AHeight: Single)
function ToSizeF()
function ToSize()