ProjectedImageActive Property |
Check if a handle is associated with an ongoing image projection.
Namespace:
Zivid.NET.Projection
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax public bool Active { get; }
Public ReadOnly Property Active As Boolean
Get
public:
property bool Active {
bool get ();
}
Return Value
Type:
BooleanTrue if the image is still being projected, false otherwise.
See Also