Class BlendState
- Namespace
- Pie
- Assembly
- Pie.dll
Used to tell the graphics device how to blend objects with opacity.
public abstract class BlendState : IDisposable
- Inheritance
-
BlendState
- Implements
- Inherited Members
Properties
Description
Get the BlendStateDescription for this BlendState.
public abstract BlendStateDescription Description { get; }
Property Value
- BlendStateDescription
- Used to tell the graphics device how to blend objects with opacity.
IsDisposed
Will return true when this BlendState has been disposed.
public abstract bool IsDisposed { get; protected set; }
Property Value
- bool
- Used to tell the graphics device how to blend objects with opacity.
Methods
Dispose()
Dispose of this BlendState.
public abstract void Dispose()