Table of Contents

TTMSFNCMapsPolygon.ContainsPoint Method

Returns whether the coordinate lies inside the element.

API unit family: TMSFNCMaps Declaring type: TTMSFNCMapsPolygon Inherited from: TTMSFNCMapsPolyElement

Syntax

function ContainsPoint(ACoordinate: TTMSFNCMapsCoordinateRec): Boolean; virtual;

Parameters

Name Description
ACoordinate Coordinate value used by the operation.

Returns

True when the operation succeeds or the condition is met; otherwise False.