TTMSFNCRating.Draw Method
Draws the progress bar into the specified rectangle.
API unit family: TMSFNCProgressBar
Declaring type: TTMSFNCRating
Inherited from: TTMSFNCCustomProgressBar
Syntax
procedure Draw(AGraphics: TTMSFNCGraphics; ARect: TRectF); override;
Parameters
| Name | Description |
|---|---|
AGraphics |
Graphics context used for drawing. |
ARect |
Target rectangle for the control content. |