TOlfSVGBitmapList.AddItemAt Method

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

Unit: Olf.Skia.SVGToBitmap
class function AddItemAt(const ToList: word; const AtIndex: word; const SVG: string): boolean

Parameters

ToList
Type: System.Word

AtIndex
Type: System.Word

SVG
Type: System.string

Return Value

Type: System.Boolean

 

It doesn't change others SVG indexes, it's internally stored in a dictionary, not a list. If an item exists at this position, the AddItemAt() is refused.