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
Afficher le fichier Open project: wjk/dotnet-wpf Class Usage Examples

Méthodes publiques

Méthode Description
EmissiveMaterial ( ) : System

Constructs a EmissiveMaterial

EmissiveMaterial ( Brush brush ) : System

Constructor that sets the Brush property to "brush"

Method Details

EmissiveMaterial() public méthode

Constructs a EmissiveMaterial
public EmissiveMaterial ( ) : System
Résultat System

EmissiveMaterial() public méthode

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