Anchor

Defined in package com.scandit.datacapture.core.common.geometry

Anchor

Added in version 6.0.0

An enumeration of possible anchoring points in a geometric object such as rectangles or quadrilaterals. Values of this enumeration are typically used to determine where elements are placed on the screen. For example, it is used to place the logo on screen.

TOP_LEFT

Added in version 6.0.0

This value will use the top left corner as the anchor point.

TOP_CENTER

Added in version 6.0.0

This value will will use the center of the top edge as the anchor point.

TOP_RIGHT

Added in version 6.0.0

This value will use the top right corner as the anchor point.

CENTER_LEFT

Added in version 6.0.0

This value will use the center left corner as the anchor point.

CENTER

Added in version 6.0.0

This value will use the center as the anchor point.

CENTER_RIGHT

Added in version 6.0.0

This value will use the center of the right edge as the anchor point.

BOTTOM_LEFT

Added in version 6.0.0

This value will use the bottom left corner as the anchor point.

BOTTOM_CENTER

Added in version 6.0.0

This value will use the center of the bottom edge as the anchor point.

BOTTOM_RIGHT

Added in version 6.0.0

This value will use the bottom right corner as the anchor point.