Table of Contents

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

bool

Size

The size, in pixels, of this Framebuffer.

public abstract Size Size { get; set; }

Property Value

Size

Methods

Dispose()

Dispose of this Framebuffer

public abstract void Dispose()