namespace fis.Vid.Visuals { public enum VinnoDisplayMode { /// /// Normal B mode /// Normal = 0, /// /// Up/Down, B holds 1/3, Other hodes 2/3 /// UpDown13B = 1, /// /// Up/Down, half, half /// UpDownHalfHalf = 2, /// /// Up/Down, B holds2/3, Other hodes1/3 /// UpDown23B = 3, ///// ///// Left/Right, B holds 1/3, other hodes 2/3 ///// //SideBySide13B = 3, /// /// Left/Right, half, half /// SideBySideHalfHalf = 4, /// /// Left/Right, B holds2/3, Other hodes1/3 /// SideBySide14BOther = 5, /// /// All Image area are Other image instead of B image /// FullOther = 6, FullTissue = 7, } }