  | FramebufferIsBound Property  | 
 
            Checks if this framebuffer is currently bound.
            
 
    Namespace: 
   Ooogles
    Assembly:
   Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool IsBound { get; }Public ReadOnly Property IsBound As Boolean
	Get
public:
property bool IsBound {
	bool get ();
}member IsBound : bool with get
Property Value
Type: 
BooleanTrue if this is the currently bound framebuffer, False otherwise.
See Also