10 lines
146 B
C#
10 lines
146 B
C#
namespace Inspectron.Camera.Enums
|
|
{
|
|
public enum EStandardRotation
|
|
{
|
|
Rot0,
|
|
Rot90,
|
|
Rot180,
|
|
Rot270
|
|
}
|
|
} |