C# Class HelixToolkit.Wpf.PanoramaCube3D

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

Public Properties

Property Type Description
AutoCenterProperty System.Windows.DependencyProperty
ShowSeamsProperty System.Windows.DependencyProperty
SizeProperty System.Windows.DependencyProperty
SourceProperty System.Windows.DependencyProperty

Public Methods

Method Description
PanoramaCube3D ( ) : System

Initializes a new instance of the PanoramaCube3D class.

Protected Methods

Method Description
SourceChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void

The source changed.

Private Methods

Method 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 method

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

SourceChanged() protected static method

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. ///
return void

Property Details

AutoCenterProperty public_oe static_oe property

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

ShowSeamsProperty public_oe static_oe property

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

SizeProperty public_oe static_oe property

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

SourceProperty public_oe static_oe property

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