The CogDLRuntimeRegion type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Area |
The region's area.
| |
| Center |
The region's center of gravity.
| |
| Color |
The region's associated color, or null if none is defined.
Returns a hex color code including "#" character, e.g. "#F15854".
| |
| Compactness |
The region's compactness (maximum 1.0 for a circle).
| |
| Coverage |
The coverage of this labeled/unlabeled region by other
unlabeled/labeled regions.
| |
| Covers |
The list of regions covered by this region (labeled - unlabeled).
| |
| Height |
The region's height.
| |
| Inners |
The list of inner contours.
| |
| IsSelected |
Whether the region was selected by an axis-filter.
| |
| Name |
The class name.
| |
| Outer |
The outer contour.
| |
| Perimeter |
The region's perimeter.
| |
| Score |
The score for this region.
| |
| Width |
The region's width.
|
See Also