TTMSFNCGraphicsContext.DrawFocusPath Method
Draws a focus indicator along the outline of a path using the given stroke settings.
API unit family: TMSFNCGraphics
Declaring type: TTMSFNCGraphicsContext
Syntax
procedure DrawFocusPath(AStroke: TTMSFNCGraphicsStroke; APath: TTMSFNCGraphicsPath; AColor: TTMSFNCGraphicsColor); virtual; abstract;
Parameters
| Name | Description |
|---|---|
AStroke |
Stroke settings used to draw the focus outline. |
APath |
Path that defines the shape of the focus indicator. |
AColor |
Color of the focus indicator. |