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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 54: Строка 54:
 
|-
 
|-
 
| <syntaxhighlight lang="Delphi">function</syntaxhighlight> || <syntaxhighlight lang="Delphi">FindBitmapInfo(const AScale: [[Single]]; out ABitmapInfo: [[FGX.Assets.BitmapSet.TfgBitmapInfo]])</syntaxhighlight>
 
| <syntaxhighlight lang="Delphi">function</syntaxhighlight> || <syntaxhighlight lang="Delphi">FindBitmapInfo(const AScale: [[Single]]; out ABitmapInfo: [[FGX.Assets.BitmapSet.TfgBitmapInfo]])</syntaxhighlight>
 +
 +
|}
 +
 +
== Свойства ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
| <code>property</code> || <code>BitmapInfos: TArray<FGX.Assets.BitmapSet.TfgBitmapInfo></code>
 +
 +
|-
 +
| <code>property</code> || <code>Bitmaps[const AScale]: TfgBitmap</code>
  
 
|}
 
|}

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

Delphi

TfgAssetBitmapSet = class (TfgAsset)

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

constructor Create()

Методы

procedure
Add(const ABitmapInfo: [[FGX.Assets.BitmapSet.TfgBitmapInfo]])
procedure
AddBitmap(const ABitmap: [[FGX.Canvas.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: [[FGX.Canvas.TfgBitmap]])
function
FindBitmap(const AScale: [[Single]]; out ABitmap: [[FGX.Canvas.TfgBitmap]])
function
FindBitmapInfo(out ABitmapInfo: [[FGX.Assets.BitmapSet.TfgBitmapInfo]])
function
FindBitmapInfo(const AScale: [[Single]]; out ABitmapInfo: [[FGX.Assets.BitmapSet.TfgBitmapInfo]])

Свойства

property BitmapInfos: TArray<FGX.Assets.BitmapSet.TfgBitmapInfo>
property Bitmaps[const AScale]: TfgBitmap