C# Class HelixToolkit.Wpf.PanoramaCube3D

A visual element that shows a panorama cube or a skybox.
Inheritance: System.Windows.Media.Media3D.ModelVisual3D
Afficher le fichier Open project: litdev1/LitDev

Méthodes publiques

Свойство Type Description
AutoCenterProperty System.Windows.DependencyProperty
ShowSeamsProperty System.Windows.DependencyProperty
SizeProperty System.Windows.DependencyProperty
SourceProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
PanoramaCube3D ( ) : System

Initializes a new instance of the PanoramaCube3D class.

Méthodes protégées

Méthode Description
SourceChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void

The source changed.

Private Methods

Méthode Description
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.

Method Details

PanoramaCube3D() public méthode

Initializes a new instance of the PanoramaCube3D class.
public PanoramaCube3D ( ) : System
Résultat System

SourceChanged() protected static méthode

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. ///
Résultat void

Property Details

AutoCenterProperty public_oe static_oe property

Identifies the AutoCenter dependency property.
public static DependencyProperty,System.Windows AutoCenterProperty
Résultat System.Windows.DependencyProperty

ShowSeamsProperty public_oe static_oe property

Identifies the ShowSeams dependency property.
public static DependencyProperty,System.Windows ShowSeamsProperty
Résultat System.Windows.DependencyProperty

SizeProperty public_oe static_oe property

Identifies the Size dependency property.
public static DependencyProperty,System.Windows SizeProperty
Résultat System.Windows.DependencyProperty

SourceProperty public_oe static_oe property

Identifies the Source dependency property.
public static DependencyProperty,System.Windows SourceProperty
Résultat System.Windows.DependencyProperty