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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 15: Строка 15:
 
| <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create(AOwner: [[TPersistent]])</code>
 
| <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create(AOwner: [[TPersistent]])</code>
  
 +
|}
 +
 +
== Методы ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
| <syntaxhighlight lang="Delphi">function</syntaxhighlight> || <code lang="Delphi">AreDefaultValues(): [[Boolean]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">function</syntaxhighlight> || <code lang="Delphi">MultipledColor(): [[TAlphaColor]]</code>
 +
Возвращает цвет '' Color '' с учетом заданной прозрачности '' Opacity '' .
 
|}
 
|}

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

Delphi

TfgShadow = class (TfgPersistent)

Описание

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

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

constructor
Create(AOwner: TPersistent)

Методы

function
AreDefaultValues(): Boolean
function
MultipledColor(): TAlphaColor

Возвращает цвет Color с учетом заданной прозрачности Opacity .