FGX.Assets.BitmapSet.TfgAssetBitmapSet: различия между версиями
Перейти к навигации
Перейти к поиску
Admin (обсуждение | вклад) (summary) |
Admin (обсуждение | вклад) (summary) |
||
Строка 69: | Строка 69: | ||
|- | |- | ||
| <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> | ||
+ | |||
+ | |} | ||
+ | |||
+ | == Константы == | ||
+ | |||
+ | {| class="wikitable sortable" | ||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">const</syntaxhighlight> || <code>AssetType: [[string]]</code> | ||
|} | |} |
Версия 04:43, 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
|
Константы
const
|
AssetType: string
|