 | FramebufferCurrent Property |
Returns the current framebuffer.
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static Framebuffer Current { get; }
Public Shared ReadOnly Property Current As Framebuffer
Get
public:
static property Framebuffer^ Current {
Framebuffer^ get ();
}
static member Current : Framebuffer with get
Property Value
Type:
Framebuffer
RemarksNote: do
not dispose this framebuffer.
Note: if you access Current before you create any custom framebuffers,
then the returned value can be regarded as the default framebuffer.
Note that this is not always the 'system' framebuffer, since you are not allowed to access that framebuffer on some devices.
See Also