FGX.Assets.BitmapSet.TfgAssetBitmapSet: различия между версиями

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 10: Строка 10:
 
|-
 
|-
 
| <code>constructor</code> || <code>Create()</code>
 
| <code>constructor</code> || <code>Create()</code>
 +
 +
|}
 +
 +
== Методы ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
| <syntaxhighlight lang="Delphi">procedure</syntaxhighlight> || <syntaxhighlight lang="Delphi">Add(const ABitmapInfo: TfgBitmapInfo)</syntaxhighlight>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">procedure</syntaxhighlight> || <syntaxhighlight lang="Delphi">AddBitmap(const ABitmap: TfgBitmap; const AScale: Single)</syntaxhighlight>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">function</syntaxhighlight> || <syntaxhighlight lang="Delphi">Contains(const AScale: Single)</syntaxhighlight>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">procedure</syntaxhighlight> || <syntaxhighlight lang="Delphi">Remove(const AScale: Single)</syntaxhighlight>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">procedure</syntaxhighlight> || <syntaxhighlight lang="Delphi">Clear()</syntaxhighlight>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">function</syntaxhighlight> || <syntaxhighlight lang="Delphi">GetBitmap()</syntaxhighlight>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">function</syntaxhighlight> || <syntaxhighlight lang="Delphi">GetBitmap(const AScale: Single)</syntaxhighlight>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">function</syntaxhighlight> || <syntaxhighlight lang="Delphi">GetBitmapInfo()</syntaxhighlight>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">function</syntaxhighlight> || <syntaxhighlight lang="Delphi">GetBitmapInfo(const AScale: Single)</syntaxhighlight>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">function</syntaxhighlight> || <syntaxhighlight lang="Delphi">FindBitmap(out ABitmap: TfgBitmap)</syntaxhighlight>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">function</syntaxhighlight> || <syntaxhighlight lang="Delphi">FindBitmap(const AScale: Single; out ABitmap: TfgBitmap)</syntaxhighlight>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">function</syntaxhighlight> || <syntaxhighlight lang="Delphi">FindBitmapInfo(out ABitmapInfo: TfgBitmapInfo)</syntaxhighlight>
 +
 +
|-
 +
| <syntaxhighlight lang="Delphi">function</syntaxhighlight> || <syntaxhighlight lang="Delphi">FindBitmapInfo(const AScale: Single; out ABitmapInfo: TfgBitmapInfo)</syntaxhighlight>
  
 
|}
 
|}

Версия 03:32, 10 июня 2019

Delphi

TfgAssetBitmapSet = class (TfgAsset)

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

constructor Create()

Методы

procedure
Add(const ABitmapInfo: TfgBitmapInfo)
procedure
AddBitmap(const ABitmap: TfgBitmap; const AScale: Single)
function
Contains(const AScale: Single)
procedure
Remove(const AScale: Single)
procedure
Clear()
function
GetBitmap()
function
GetBitmap(const AScale: Single)
function
GetBitmapInfo()
function
GetBitmapInfo(const AScale: Single)
function
FindBitmap(out ABitmap: TfgBitmap)
function
FindBitmap(const AScale: Single; out ABitmap: TfgBitmap)
function
FindBitmapInfo(out ABitmapInfo: TfgBitmapInfo)
function
FindBitmapInfo(const AScale: Single; out ABitmapInfo: TfgBitmapInfo)