C# 클래스 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
상속: System.Windows.Media.Media3D.Material
파일 보기 프로젝트 열기: wjk/dotnet-wpf 1 사용 예제들

공개 메소드들

메소드 설명
EmissiveMaterial ( ) : System

Constructs a EmissiveMaterial

EmissiveMaterial ( Brush brush ) : System

Constructor that sets the Brush property to "brush"

메소드 상세

EmissiveMaterial() 공개 메소드

Constructs a EmissiveMaterial
public EmissiveMaterial ( ) : System
리턴 System

EmissiveMaterial() 공개 메소드

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