C# 클래스 HelixToolkit.Wpf.PanoramaCube3D

A visual element that shows a panorama cube or a skybox.
상속: System.Windows.Media.Media3D.ModelVisual3D
파일 보기 프로젝트 열기: litdev1/LitDev

공개 프로퍼티들

프로퍼티 타입 설명
AutoCenterProperty System.Windows.DependencyProperty
ShowSeamsProperty System.Windows.DependencyProperty
SizeProperty System.Windows.DependencyProperty
SourceProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
PanoramaCube3D ( ) : System

Initializes a new instance of the PanoramaCube3D class.

보호된 메소드들

메소드 설명
SourceChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void

The source changed.

비공개 메소드들

메소드 설명
AddCubeSide ( System.Windows.Media.Media3D.Vector3D normal, System.Windows.Media.Media3D.Vector3D up, string fileName ) : System.Windows.Media.Media3D.GeometryModel3D

The add cube side.

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

The geometry changed.

UpdateModel ( ) : void

The update model.

메소드 상세

PanoramaCube3D() 공개 메소드

Initializes a new instance of the PanoramaCube3D class.
public PanoramaCube3D ( ) : System
리턴 System

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

The source changed.
protected static SourceChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void
obj System.Windows.DependencyObject /// The obj. ///
args System.Windows.DependencyPropertyChangedEventArgs /// The args. ///
리턴 void

프로퍼티 상세

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

Identifies the AutoCenter dependency property.
public static DependencyProperty,System.Windows AutoCenterProperty
리턴 System.Windows.DependencyProperty

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

Identifies the ShowSeams dependency property.
public static DependencyProperty,System.Windows ShowSeamsProperty
리턴 System.Windows.DependencyProperty

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

Identifies the Size dependency property.
public static DependencyProperty,System.Windows SizeProperty
리턴 System.Windows.DependencyProperty

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

Identifies the Source dependency property.
public static DependencyProperty,System.Windows SourceProperty
리턴 System.Windows.DependencyProperty