ViewOrientation

export interface ViewOrientation {
  Version: string;
  VerticalFlip: boolean;
  HorizontalFlip: boolean;
  Rotation: number;
  Visibility: boolean;
  Slice: number;
}

{
  "Version": "String",
  "VerticalFlip": "Boolean",
  "HorizontalFlip": "Boolean",
  "Rotation": "Single",
  "Visibility": "Boolean",
  "Slice": "Single"
}
Last Updated:
Contributors: Elliott Cooper, Matthew Satti