Depth alignment options.
More...
|
|
| DepthAlignment (int mValue) |
| |
|
| DepthAlignment (DepthAlignment enum_) |
| |
| int | getValue () |
| | Returns the integer value of the enumeration constant. More...
|
| |
|
final int | swigValue () |
| |
|
|
| Back =(0) |
| |
|
| Center =(2) |
| |
|
| Front =(1) |
| |
|
| Stretch =(3) |
| |
◆ getValue()
Returns the integer value of the enumeration constant.
- Returns
- Integer value.
Implements Enum.
◆ toEnum()
Converts an integer value to the matching enumeration constant.
- Parameters
-
| value | Integer value to convert to enumeration constant. |
- Returns
- Enumeration constant matching the integer value.