FBlob Control Reference 14.0
Enumerations

Enumerations

enum  FBlobSortMode {
  SORT_UNSORTED = 0 , SORT_BY_SIZE = 1 , SORT_BY_X_POSITION = 2 , SORT_BY_Y_POSITION = 3 ,
  SORT_BY_DISTANCE = 4
}
 Determines the sort mode criteria for blob objects. More...
 

Detailed Description

Enumeration Type Documentation

◆ FBlobSortMode

Determines the sort mode criteria for blob objects.

Supported platforms:
Win32
Win64
Related Topics:
SortMode
Enumerator
SORT_UNSORTED 

Unsorted.

SORT_BY_SIZE 

Sorted by size.

SORT_BY_X_POSITION 

Sorted by X position

SORT_BY_Y_POSITION 

Sorted by Y position

SORT_BY_DISTANCE 

Sorted by distance to point (see SortCenterX property and SortCenterY property).