共用方式為


CapturedFrame.CanRead 屬性

定義

取得值,這個值表示是否可以讀取擷取的框架。

public:
 property bool CanRead { bool get(); };
bool CanRead();
public bool CanRead { get; }
var boolean = capturedFrame.canRead;
Public ReadOnly Property CanRead As Boolean

屬性值

Boolean

bool

如果可以讀取擷取的框架,則為true;否則為false

實作

適用於