次の方法で共有


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は 。

適用対象