Table of Contents

TTMSFNCGraphicsPath.IsRectVisible Method

Tests whether rectangle R intersects the bounding region of the path.

API unit family: TMSFNCGraphicsTypes Declaring type: TTMSFNCGraphicsPath

Syntax

function IsRectVisible(const R: TRectF): Boolean;

Parameters

Name Description
R Rectangle to test in floating-point pixels.

Returns

True if R intersects the path's bounding region.