C# Class System.Windows.Media.Media3D.EmissiveMaterial

EmissiveMaterial allows a 2d brush to be used on a 3d model that has been lit as if it were emitting light equal to the color of the brush
Inheritance: System.Windows.Media.Media3D.Material
Show file Open project: wjk/dotnet-wpf Class Usage Examples

Public Methods

Method Description
EmissiveMaterial ( ) : System

Constructs a EmissiveMaterial

EmissiveMaterial ( Brush brush ) : System

Constructor that sets the Brush property to "brush"

Method Details

EmissiveMaterial() public method

Constructs a EmissiveMaterial
public EmissiveMaterial ( ) : System
return System

EmissiveMaterial() public method

Constructor that sets the Brush property to "brush"
public EmissiveMaterial ( Brush brush ) : System
brush Brush The new material's brush
return System