Table of Contents

TTMSFNCGraphicsPath.IsPointVisible Method

Tests whether point P lies within the bounding region of the path.

API unit family: TMSFNCGraphicsTypes Declaring type: TTMSFNCGraphicsPath

Syntax

function IsPointVisible(const P: TPointF): Boolean;

Parameters

Name Description
P Point to test in floating-point pixels.

Returns

True if P lies within the path's bounding region.