Click or drag to resize

DataBuffer.IsBound Property

Checks if this buffer is currently bound.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool IsBound { get; }

Property Value

Type: Boolean
True if this is the currently bound buffer, False otherwise.
See Also