Class Framebuffer
- Namespace
- Pie
- Assembly
- Pie.dll
public abstract class Framebuffer : IDisposable
- Inheritance
-
Framebuffer
- Implements
- Inherited Members
Properties
IsDisposed
Will return true when this Framebuffer has been disposed.
public abstract bool IsDisposed { get; protected set; }
Property Value
Size
The size, in pixels, of this Framebuffer.
public abstract Size Size { get; set; }
Property Value
Methods
Dispose()
Dispose of this Framebuffer
public abstract void Dispose()