Table of Contents

TTMSFNCGraphicsContextiOS.DrawFocusPath Method

Draws a focus indicator along the given path using a dotted or themed focus style.

API unit family: TMSFNCGraphics.iOS Declaring type: TTMSFNCGraphicsContextiOS

Syntax

procedure DrawFocusPath(AStroke: TTMSFNCGraphicsStroke; APath: TTMSFNCGraphicsPath; AColor: TTMSFNCGraphicsColor); override;

Parameters

Name Description
AStroke The stroke style used for the focus indicator.
APath The path along which the focus indicator is drawn.
AColor The color of the focus indicator.