FGX.Assets.BitmapSet.TfgAssetBitmapSet: различия между версиями
Перейти к навигации
Перейти к поиску
Admin (обсуждение | вклад) (summary) |
Admin (обсуждение | вклад) (summary) |
||
Строка 14: | Строка 14: | ||
|- | |- | ||
| <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create()</code> | | <syntaxhighlight lang="Delphi">constructor</syntaxhighlight> || <code>Create()</code> | ||
+ | |||
+ | |} | ||
+ | |||
+ | == Методы == | ||
+ | |||
+ | {| class="wikitable sortable" | ||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">procedure</syntaxhighlight> || <code lang="Delphi">Add(const ABitmapInfo: [[FGX.Assets.BitmapSet.TfgBitmapInfo|TfgBitmapInfo]])</code> | ||
+ | |||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">procedure</syntaxhighlight> || <code lang="Delphi">AddBitmap(const ABitmap: [[FGX.Canvas.TfgBitmap|TfgBitmap]]; const AScale: [[Single]])</code> | ||
+ | |||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">function</syntaxhighlight> || <code lang="Delphi">Contains(const AScale: [[Single]]): [[Boolean]]</code> | ||
+ | |||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">procedure</syntaxhighlight> || <code lang="Delphi">Remove(const AScale: [[Single]])</code> | ||
+ | |||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">procedure</syntaxhighlight> || <code lang="Delphi">Clear()</code> | ||
+ | |||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">function</syntaxhighlight> || <code lang="Delphi">GetBitmap(): [[FGX.Canvas.TfgBitmap|TfgBitmap]]</code> | ||
+ | |||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">function</syntaxhighlight> || <code lang="Delphi">GetBitmap(const AScale: [[Single]]): [[FGX.Canvas.TfgBitmap|TfgBitmap]]</code> | ||
+ | |||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">function</syntaxhighlight> || <code lang="Delphi">GetBitmapInfo(): [[FGX.Assets.BitmapSet.TfgBitmapInfo|TfgBitmapInfo]]</code> | ||
+ | |||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">function</syntaxhighlight> || <code lang="Delphi">GetBitmapInfo(const AScale: [[Single]]): [[FGX.Assets.BitmapSet.TfgBitmapInfo|TfgBitmapInfo]]</code> | ||
+ | |||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">function</syntaxhighlight> || <code lang="Delphi">FindBitmap(out ABitmap: [[FGX.Canvas.TfgBitmap|TfgBitmap]]): [[Boolean]]</code> | ||
+ | |||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">function</syntaxhighlight> || <code lang="Delphi">FindBitmap(const AScale: [[Single]]; out ABitmap: [[FGX.Canvas.TfgBitmap|TfgBitmap]]): [[Boolean]]</code> | ||
+ | |||
+ | |- | ||
+ | | <syntaxhighlight lang="Delphi">function</syntaxhighlight> || <code lang="Delphi">FindBitmapInfo(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> | ||
|} | |} |
Версия 04:28, 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
|