TTMSFNCMenuItemImageDrawingParams Record
Layout parameters passed to before/after draw image events for a menu item.
API unit family: TMSFNCPopupMenu
Syntax
TTMSFNCMenuItemImageDrawingParams = record
Fields and properties
| Name | Type | Description |
|---|---|---|
Bitmap |
TTMSFNCBitmap |
Bitmap to draw in the image area. |
DeflateImageX |
Integer |
Horizontal inset applied to the image inside its area. |
DeflateImageY |
Integer |
Vertical inset applied to the image inside its area. |
ImageRect |
TRectF |
Bounding rectangle of the image area. |