TTMSFNCStylesVisualizer.Draw Method
Renders all style preview items into the control using the supplied graphics context and bounding rectangle.
API unit family: TMSFNCStylesEditor
Declaring type: TTMSFNCStylesVisualizer
Syntax
procedure Draw(AGraphics: TTMSFNCGraphics; ARect: TRectF); override;
Parameters
| Name | Description |
|---|---|
AGraphics |
The graphics context used for drawing. |
ARect |
The bounding rectangle within which the previews are drawn. |