Click or drag to resize

mcPositionOrdering Enumeration

Allowed values for the McFeatures.GetOrderedPosition method's Ordering argument

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcPositionOrdering
Members
  Member nameValueDescription
mcpoNone0No ordering
mcpoByLeftTopBound1Ordered from top to bottom, thenleft to right based on the Left,Top point of the feature bounding rectangle. This ordering is can be useful for algorithms related to region nesting, because a region will never be nested within one further down this position ordering.
mcpoByBoundsMidPoint2Ordered from top to bottom, thenleft to right based on the mid-point of the feature bounding rectangle. This is the default Ordering argument value.
See Also