Radius Location Selection

Defined in namespace Scandit.DataCapture.Core.Area

RadiusLocationSelection
class RadiusLocationSelection : ILocationSelection

Added in version 6.2.0

Location selection for selecting codes inside a circle with the given radius, centered on the point of interest. Any object that touches the circle is returned, objects that do not intersect the circle are filtered out. See Scan Area Guide for an in depth explanation of location selection.

Create()
static RadiusLocationSelection Create(FloatWithUnit radius)

Added in version 6.2.0

Creates a new radius location selection instance with the specified radius.

Radius
FloatWithUnit Radius { get; }

Added in version 6.2.0

The radius of the circle. When using fractional coordinates, the radius is measured relative to the view’s width.