C# 클래스 HelixToolkit.Wpf.LightSetup

An abstract base class for light models.
상속: System.Windows.Media.Media3D.ModelVisual3D
파일 보기 프로젝트 열기: litdev1/LitDev

공개 프로퍼티들

프로퍼티 타입 설명
ShowLightsProperty System.Windows.DependencyProperty

보호된 메소드들

메소드 설명
AddLights ( System.Windows.Media.Media3D.Model3DGroup lightGroup ) : void

Adds the lights to the element.

LightSetup ( ) : System.Windows

Initializes a new instance of the LightSetup class.

OnSetupChanged ( ) : void

The on setup changed.

OnShowLightsChanged ( ) : void

Called when show lights is changed.

SetupChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

The setup changed.

비공개 메소드들

메소드 설명
ShowLightsChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

The show lights changed.

메소드 상세

AddLights() 보호된 추상적인 메소드

Adds the lights to the element.
protected abstract AddLights ( System.Windows.Media.Media3D.Model3DGroup lightGroup ) : void
lightGroup System.Windows.Media.Media3D.Model3DGroup /// The light group. ///
리턴 void

LightSetup() 보호된 메소드

Initializes a new instance of the LightSetup class.
protected LightSetup ( ) : System.Windows
리턴 System.Windows

OnSetupChanged() 보호된 메소드

The on setup changed.
protected OnSetupChanged ( ) : void
리턴 void

OnShowLightsChanged() 보호된 메소드

Called when show lights is changed.
protected OnShowLightsChanged ( ) : void
리턴 void

SetupChanged() 보호된 정적인 메소드

The setup changed.
protected static SetupChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
d System.Windows.DependencyObject /// The sender. ///
e System.Windows.DependencyPropertyChangedEventArgs /// The event arguments. ///
리턴 void

프로퍼티 상세

ShowLightsProperty 공개적으로 정적으로 프로퍼티

Identifies the ShowLights dependency property.
public static DependencyProperty,System.Windows ShowLightsProperty
리턴 System.Windows.DependencyProperty