TTMSFNCGraphicsPath.IsPointVisible Method
Tests whether point
Plies 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.