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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 18: Строка 18:
 
| <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create(AOwner: [[TPersistent]]; const ADefaultColor: [[TAlphaColor]]; const AOnInternalChanged: [[TNotifyEvent]])</code>
 
| <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create(AOwner: [[TPersistent]]; const ADefaultColor: [[TAlphaColor]]; const AOnInternalChanged: [[TNotifyEvent]])</code>
  
 +
|}
 +
 +
== Свойства ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>ColorLink: [[FGX.Assets.Color.TfgAssetColorLink|TfgAssetColorLink]]</code>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>DefaultColor: [[TAlphaColor]]</code>
 +
Цвет закраски по умолчанию.
 +
|-
 +
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>DefaultKind: [[.TfgBrushKind|TfgBrushKind]]</code>
 +
Режим закраски кисти по умолчанию.
 
|}
 
|}

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

Delphi

TfgBrush = class (TfgPersistent)

Описание

Настройка кисти для закраски фигур.

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

constructor
Create(AOwner: TPersistent)
constructor
Create(AOwner: TPersistent; const ADefaultColor: TAlphaColor; const AOnInternalChanged: TNotifyEvent)

Свойства

property
ColorLink: TfgAssetColorLink
property
DefaultColor: TAlphaColor

Цвет закраски по умолчанию.

property
DefaultKind: TfgBrushKind

Режим закраски кисти по умолчанию.