TTMSFNCWidgetLCDLabel.DrawLcdLabel Method
Draws the current value as a seven-segment display within the given rectangle, raising the before- and after-draw events.
API unit family: TMSFNCWidgetLCDLabel
Declaring type: TTMSFNCWidgetLCDLabel
Inherited from: TTMSFNCWidgetLCDLabelCustom
Syntax
procedure DrawLcdLabel(AGraphics: TTMSFNCGraphics; ARect: TRectF);
Parameters
| Name | Description |
|---|---|
AGraphics |
The graphics surface to draw on. |
ARect |
The rectangle in which the value is rendered. |