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
SyntaxPublic Enumeration mcPositionOrdering
Members
| Member name | Value | Description |
---|
| mcpoNone | 0 | No ordering |
| mcpoByLeftTopBound | 1 | Ordered 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. |
| mcpoByBoundsMidPoint | 2 | Ordered 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