 | FrameAcquisitionDataIsValid Property |
Gets or sets a value indicating whether the frame is valid.
Namespace:
LynceeTec.Imaging
Assembly:
LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntaxpublic bool IsValid { get; set; }
public:
property bool IsValid {
bool get ();
void set (bool value);
}
Property Value
Type:
Booleantrue if the frame is valid; otherwise,
false.
See Also