TOlfSVGBitmapList Class
Definition
type TOlfSVGBitmapList = class(TObject)
- Inheritance
-
TObjectTOlfSVGBitmapList
Methods
| AddAList |
Add a list in the global container |
| AddItem(Word, array of string) |
Add all items from an array of SVG sources to the list "ToList" and return the index of the first added item |
| AddItem(Word, string) |
Add a SVG source to the list "ToList" and return it's index |
| AddItem(array of string) |
Add all items from an array of SVG sources to the default list and return the index of the first added item |
| AddItem(string) |
Add a SVG source to the default list and return it's index |
| AddItemAt(Word, Word, string) |
Add a SVG source to the list "ToList" at index "AtIndex" |
| AddItemAt(Word, string) |
Add a SVG source to the default list at index "AtIndex" |
| Bitmap(Word, Integer, Integer, Single) |
Get a bitmap from the SVG in default list at "AtIndex" with specified sizes. |
| Bitmap(Word, Integer, Integer, Single, Single, Single, Single, Single) |
Get a bitmap from the SVG in default list at "AtIndex" with specified sizes. |
| Bitmap(Word, Word, Integer, Integer, Single) |
Get a bitmap from the SVG in "FromList" list at "AtIndex" with specified sizes. |
| Bitmap(Word, Word, Integer, Integer, Single, Single, Single, Single, Single) |
Get a bitmap from the SVG in "FromList" list at "AtIndex" with specified sizes. |
| BitmapWithNoCache(Word, Integer, Integer, Single) |
Get a bitmap from the SVG in default list at "AtIndex" with specified sizes. No cache is used, the bitmap is drawn each time you call this function. |
| BitmapWithNoCache(Word, Integer, Integer, Single, Single, Single, Single, Single) |
Get a bitmap from the SVG in default list at "AtIndex" with specified sizes. No cache is used, the bitmap is drawn each time you call this function. |
| BitmapWithNoCache(Word, Word, Integer, Integer, Single) |
Get a bitmap from the SVG in "FromList" list at "AtIndex" with specified sizes. No cache is used, the bitmap is drawn each time you call this function. |
| BitmapWithNoCache(Word, Word, Integer, Integer, Single, Single, Single, Single, Single) |
Get a bitmap from the SVG in "FromList" list at "AtIndex" with specified sizes. No cache is used, the bitmap is drawn each time you call this function. |
| ClearAll |
Anything you added is removed. Delete the cache, the items and the lists |
| ClearCache |
Delete the bitmap's cache. |
| Count(Word) |
Return the number of items in the specified list or the default list |
| DeleteItem(Word) |
Remove the SVG "AtIndex" from the default list |
| DeleteItem(Word, Word) |
Remove the SVG "AtIndex" from the "FromList" list |
| DeleteList(Word) |
Remove the list at "index" from the global container |