TTMSFNCEditorListItemImageDrawingParams Record
Drawing parameters passed to before/after draw image events for a list item.
API unit family: TMSFNCEditorListView
Syntax
TTMSFNCEditorListItemImageDrawingParams = 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. |
ImageStroke |
Boolean |
When True, a stroke is drawn around the image area. |
ImageStrokeRounding |
Integer |
Corner rounding radius applied to the image stroke. |