C# Class HelixToolkit.Wpf.CoordinateSystemVisual3D

A visual element that shows a coordinate system with arrows in the X, Y and Z directions.
Inheritance: System.Windows.Media.Media3D.ModelVisual3D
Afficher le fichier Open project: litdev1/LitDev Class Usage Examples

Méthodes publiques

Свойство Type Description
ArrowLengthsProperty System.Windows.DependencyProperty
XAxisColorProperty System.Windows.DependencyProperty
YAxisColorProperty System.Windows.DependencyProperty
ZAxisColorProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
CoordinateSystemVisual3D ( ) : System.Windows

Initializes a new instance of the CoordinateSystemVisual3D class.

Méthodes protégées

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

The geometry changed.

OnGeometryChanged ( ) : void

Called when the geometry has changed.

Method Details

CoordinateSystemVisual3D() public méthode

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

GeometryChanged() protected static méthode

The geometry changed.
protected static GeometryChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void
obj System.Windows.DependencyObject /// The obj. ///
args System.Windows.DependencyPropertyChangedEventArgs /// The args. ///
Résultat void

OnGeometryChanged() protected méthode

Called when the geometry has changed.
protected OnGeometryChanged ( ) : void
Résultat void

Property Details

ArrowLengthsProperty public_oe static_oe property

Identifies the ArrowLengths dependency property.
public static DependencyProperty,System.Windows ArrowLengthsProperty
Résultat System.Windows.DependencyProperty

XAxisColorProperty public_oe static_oe property

Identifies the XAxisColor dependency property.
public static DependencyProperty,System.Windows XAxisColorProperty
Résultat System.Windows.DependencyProperty

YAxisColorProperty public_oe static_oe property

Identifies the YAxisColor dependency property.
public static DependencyProperty,System.Windows YAxisColorProperty
Résultat System.Windows.DependencyProperty

ZAxisColorProperty public_oe static_oe property

Identifies the ZAxisColor dependency property.
public static DependencyProperty,System.Windows ZAxisColorProperty
Résultat System.Windows.DependencyProperty