CapSensorOrientations Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the possible degrees of rotation of the sensor image prior to processing.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum CapSensorOrientations
[<System.Flags>]
type CapSensorOrientations =
Public Enum CapSensorOrientations
- Inheritance
-
CapSensorOrientations
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No specified value |
Normal | 1 | 0° |
Right | 2 | 90° |
Inverted | 4 | 180° |
Left | 8 | 270° |