System.Types.TRect.PtInRect

From RAD Studio API Documentation
Jump to: navigation, search

C++

bool PtInRect(const TPoint& p) const _ALWAYS_INLINE {

Properties

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

Description

Tests whether a specified point is within the rectangle.

PtInRect returns True if the rectangle contains the pt point.

See Also