Anchor
Defined in namespace Scandit.DataCapture.Core.Common.Geometry
- Anchor
Added in version 6.8.0
An enumeration of possible anchoring points in a geometric object such as RectangleF 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.
- TopLeft
Added in version 6.8.0
This value will use the top left corner as the anchor point.
- TopCenter
Added in version 6.8.0
This value will will use the center of the top edge as the anchor point.
- TopRight
Added in version 6.8.0
This value will use the top right corner as the anchor point.
- CenterLeft
Added in version 6.8.0
This value will use the center left corner as the anchor point.
- Center
Added in version 6.8.0
This value will use the center as the anchor point.
- CenterRight
Added in version 6.8.0
This value will use the center of the right edge as the anchor point.
- BottomLeft
Added in version 6.8.0
This value will use the bottom left corner as the anchor point.
- BottomCenter
Added in version 6.8.0
This value will use the center of the bottom edge as the anchor point.
- BottomRight
Added in version 6.8.0
This value will use the bottom right corner as the anchor point.