C# 클래스 HelixToolkit.Wpf.CoordinateSystemVisual3D

A visual element that shows a coordinate system with arrows in the X, Y and Z directions.
상속: System.Windows.Media.Media3D.ModelVisual3D
파일 보기 프로젝트 열기: litdev1/LitDev 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ArrowLengthsProperty System.Windows.DependencyProperty
XAxisColorProperty System.Windows.DependencyProperty
YAxisColorProperty System.Windows.DependencyProperty
ZAxisColorProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
CoordinateSystemVisual3D ( ) : System.Windows

Initializes a new instance of the CoordinateSystemVisual3D class.

보호된 메소드들

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

The geometry changed.

OnGeometryChanged ( ) : void

Called when the geometry has changed.

메소드 상세

CoordinateSystemVisual3D() 공개 메소드

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

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

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. ///
리턴 void

OnGeometryChanged() 보호된 메소드

Called when the geometry has changed.
protected OnGeometryChanged ( ) : void
리턴 void

프로퍼티 상세

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

Identifies the ArrowLengths dependency property.
public static DependencyProperty,System.Windows ArrowLengthsProperty
리턴 System.Windows.DependencyProperty

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

Identifies the XAxisColor dependency property.
public static DependencyProperty,System.Windows XAxisColorProperty
리턴 System.Windows.DependencyProperty

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

Identifies the YAxisColor dependency property.
public static DependencyProperty,System.Windows YAxisColorProperty
리턴 System.Windows.DependencyProperty

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

Identifies the ZAxisColor dependency property.
public static DependencyProperty,System.Windows ZAxisColorProperty
리턴 System.Windows.DependencyProperty