点击或拖拽改变大小

VideoOrientation 枚举

Video orientation

命名空间:  LibVLCSharp.Shared
程序集:  CPF.Vlc (在 CPF.Vlc.dll 中) 版本:0.8.8.5
语法
C#
public enum VideoOrientation
成员
  成员名称说明
TopLeft0Normal. Top line represents top, left column left.
TopRight1Flipped horizontally
BottomLeft2Flipped vertically
BottomRight3Rotated 180 degrees
LeftTop4Transposed
LeftBottom5Rotated 90 degrees clockwise (or 270 anti-clockwise)
RightTop6Rotated 90 degrees anti-clockwise
RightBottom7Anti-transposed
参见