Skip to main content

OriginPointType

Enumerations

OriginPointType

The origin of coordinates.

ILocationData|See an example.

Enumeration Members

Enumeration MemberValueDescription
Bottom"bottom"The bottom edge.
Center"center"The center of the product.
Left"left"The left edge.
Right"right"The right edge.
Top"top"The top edge.

Type Aliases

HorizontalOriginPointType

type HorizontalOriginPointType =
| Left
| Right
| Center;

VerticalOriginPointType

type VerticalOriginPointType =
| Top
| Bottom
| Center;
Was this page helpful?