System.Types.TRectF.PtInRect

From RAD Studio API Documentation
Jump to: navigation, search

C++

bool PtInRect(const TPointF& p) const _ALWAYS_INLINE {

Properties

Type Visibility Source Unit Parent
function public SystemTypes.h System.Types TRectF

Description

Tests whether a specified point is within the rectangle.

PtInRect returns True if the rectangle contains the p point.

See Also