DisplayModeInfo.IsInterlaced 属性

定义

获取一个值,该值指示 DisplayModeInfo 是否交错。

public:
 property bool IsInterlaced { bool get(); };
bool IsInterlaced();
public bool IsInterlaced { get; }
var boolean = displayModeInfo.isInterlaced;
Public ReadOnly Property IsInterlaced As Boolean

属性值

Boolean

bool

true 如果这是隔行扫描 的 DisplayModeInfo,则为 ;否则为 false

适用于