System.Sensors.TLocationRegion.Radius

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Radius: TLocationDistance read FRadius;

C++

__property double Radius = {read=FRadius};

Properties

Type Visibility Source Unit Parent
property public
System.Sensors.pas
System.Sensors.hpp
System.Sensors TLocationRegion

Description

Distance of the radius around the center of the region that determines the outer boundary of the region.

Any point at a distance from the region center equal or lower than Radius is considered part of the region.

See Also