TItem.Bitmap Method
Overloads
| Bitmap(Integer, Integer, Single, Boolean) | |
| Bitmap(Integer, Integer, Single, Single, Single, Single, Single, Boolean) |
Delphi
function Bitmap(const Width: integer; const Height: integer; const BitmapScale: single; const WithCache: boolean = True): TBitmap
Parameters
- Width
- Integer
- Height
- Integer
- BitmapScale
- Single
- WithCache
- Boolean
Returns
TBitmap
Delphi
function Bitmap(const Width: integer; const Height: integer; const MarginTop: single; const MarginRight: single; const MarginBottom: single; const MarginLeft: single; const BitmapScale: single; const WithCache: boolean = True): TBitmap
Parameters
- Width
- Integer
- Height
- Integer
- MarginTop
- Single
- MarginRight
- Single
- MarginBottom
- Single
- MarginLeft
- Single
- BitmapScale
- Single
- WithCache
- Boolean
Returns
TBitmap