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

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

Версия 04:35, 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): Boolean
procedure
Remove(const AScale: Single)
procedure
Clear()
function
GetBitmap(): TfgBitmap
function
GetBitmap(const AScale: Single): TfgBitmap
function
GetBitmapInfo(): TfgBitmapInfo
function
GetBitmapInfo(const AScale: Single): TfgBitmapInfo
function
FindBitmap(out ABitmap: TfgBitmap): Boolean
function
FindBitmap(const AScale: Single; out ABitmap: TfgBitmap): Boolean
function
FindBitmapInfo(out ABitmapInfo: TfgBitmapInfo): Boolean
function
FindBitmapInfo(const AScale: Single; out ABitmapInfo: TfgBitmapInfo): Boolean

Свойства

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