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

Материал из FGX Native Докуметации
Перейти к навигации Перейти к поиску
(summary)
(summary)
Строка 70: Строка 70:
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Bitmaps[const AScale]: [[FGX.Canvas.TfgBitmap|TfgBitmap]]</code>
 
| <syntaxhighlight lang="Delphi">property</syntaxhighlight> || <code>Bitmaps[const AScale]: [[FGX.Canvas.TfgBitmap|TfgBitmap]]</code>
 
<span style="color:gray">Описание отсутствует.</span>
 
<span style="color:gray">Описание отсутствует.</span>
 +
|}
 +
 +
== Константы ==
 +
 +
{| class="wikitable sortable"
 +
|-
 +
| <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>AssetType: [[string]]</code>
 +
 
|}
 
|}

Версия 23:10, 11 июня 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

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

Константы

const
AssetType: string