PtInPolygon

function PtInPolygon(const Pt: TFixedPoint; const Points: TArrayOfFixedPoint): Boolean;

Description

Returns true if Pt is a coordinate within the the polygon region specified by an array of fixed-point coordinates.

See Also

Point Types, TPolygon32.ContainsPoint