TOlfSVGBitmapList.BitmapWithNoCache Method

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.

Unit: Olf.Skia.SVGToBitmap
class function BitmapWithNoCache(const FromList: word; const AtIndex: word; const Width: integer; const Height: integer; const BitmapScale: single = 1): TBitmap

Parameters

FromList
Type: System.Word

AtIndex
Type: System.Word

Width
Type: System.Integer

Height
Type: System.Integer

BitmapScale
Type: System.Single

Return Value

Type: TBitmap