Table of Contents

TTMSFNCGraphics.DrawFocusPath Method

Draws a focus indicator along the outline of the given path in the given AColor.

API unit family: TMSFNCGraphics Declaring type: TTMSFNCGraphics

Syntax

procedure DrawFocusPath(APath: TTMSFNCGraphicsPath; AColor: TTMSFNCGraphicsColor = gcBlack); virtual;

Parameters

Name Description
APath Path that defines the shape of the focus indicator.
AColor Color of the focus indicator. Default is gcBlack.