TOlfSVGBitmapList.BitmapWithNoCache Method
Overloads
| 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. |
| 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. |
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.
class function BitmapWithNoCache(const FromList: word; const AtIndex: word; const Width: integer; const Height: integer; const BitmapScale: single = 1): TBitmap
Parameters
- FromList
- Word
- AtIndex
- Word
- Width
- Integer
- Height
- Integer
- BitmapScale
- Single
Returns
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.
class function BitmapWithNoCache(const FromList: word; const AtIndex: word; const Width: integer; const Height: integer; const MarginTop: single; const MarginRight: single; const MarginBottom: single; const MarginLeft: single; const BitmapScale: single = 1): TBitmap
Parameters
- FromList
- Word
- AtIndex
- Word
- Width
- Integer
- Height
- Integer
- MarginTop
- Single
- MarginRight
- Single
- MarginBottom
- Single
- MarginLeft
- Single
- BitmapScale
- Single
Returns
Remarks
The margins values must be decimal values between 0 and 100 (as a percent).
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.
class function BitmapWithNoCache(const AtIndex: word; const Width: integer; const Height: integer; const BitmapScale: single = 1): TBitmap
Parameters
- AtIndex
- Word
- Width
- Integer
- Height
- Integer
- BitmapScale
- Single
Returns
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.
class function BitmapWithNoCache(const AtIndex: word; const Width: integer; const Height: integer; const MarginTop: single; const MarginRight: single; const MarginBottom: single; const MarginLeft: single; const BitmapScale: single = 1): TBitmap
Parameters
- AtIndex
- Word
- Width
- Integer
- Height
- Integer
- MarginTop
- Single
- MarginRight
- Single
- MarginBottom
- Single
- MarginLeft
- Single
- BitmapScale
- Single
Returns
Remarks
The margins values must be decimal values between 0 and 100 (as a percent).