다음을 통해 공유


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입니다.

구현

적용 대상