TOlfSVGBitmapList Class

Unit: Olf.Skia.SVGToBitmap
System.TObject
  Olf.Skia.SVGToBitmap.TOlfSVGBitmapList
type TOlfSVGBitmapList = class(TObject)

The TOlfSVGBitmapList type exposes the following members.

Show:
 NameDescription
AddAList

Add a list in the global container

AddItem

Overloaded. Add all items from an array of SVG sources to the default list and return the index of the first added item

AddItem

Overloaded. Add a SVG source to the default list and return it's index

AddItem

Overloaded. Add all items from an array of SVG sources to the list "ToList" and return the index of the first added item

AddItem

Overloaded. Add a SVG source to the list "ToList" and return it's index

AddItemAt

Overloaded. Add a SVG source to the default list at index "AtIndex"

AddItemAt

Overloaded. Add a SVG source to the list "ToList" at index "AtIndex"

Bitmap

Overloaded. Get a bitmap from the SVG in default list at "AtIndex" with specified sizes.

Bitmap

Overloaded. Get a bitmap from the SVG in default list at "AtIndex" with specified sizes.

Bitmap

Overloaded. Get a bitmap from the SVG in "FromList" list at "AtIndex" with specified sizes.

Bitmap

Overloaded. Get a bitmap from the SVG in "FromList" list at "AtIndex" with specified sizes.

BitmapWithNoCache

Overloaded. 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

Overloaded. 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

Overloaded. 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

Overloaded. 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

Return the number of items in the specified list or the default list

DeleteItem

Overloaded. Remove the SVG "AtIndex" from the default list

DeleteItem

Overloaded. Remove the SVG "AtIndex" from the "FromList" list

DeleteList

Remove the list at "index" from the global container

Top