C# 클래스 HelixToolkit.Wpf.ViewCubeVisual3D

A visual element that shows a view cube.
상속: System.Windows.Media.Media3D.ModelVisual3D
파일 보기 프로젝트 열기: litdev1/LitDev 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BackTextProperty System.Windows.DependencyProperty
BottomTextProperty System.Windows.DependencyProperty
CenterProperty System.Windows.DependencyProperty
FrontTextProperty System.Windows.DependencyProperty
LeftTextProperty System.Windows.DependencyProperty
ModelUpDirectionProperty System.Windows.DependencyProperty
RightTextProperty System.Windows.DependencyProperty
SizeProperty System.Windows.DependencyProperty
TopTextProperty System.Windows.DependencyProperty
ViewportProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
ViewCubeVisual3D ( ) : System

Initializes a new instance of the ViewCubeVisual3D class.

보호된 메소드들

메소드 설명
OnClicked ( System.Windows.Media.Media3D.Vector3D lookDirection, System.Windows.Media.Media3D.Vector3D upDirection ) : void

Called when a face was clicked.

비공개 메소드들

메소드 설명
AddFace ( System.Windows.Media.Media3D.Vector3D normal, System.Windows.Media.Media3D.Vector3D up, System.Windows.Media.Brush b, string text ) : void

Adds a face.

AnimateOpacity ( Animatable obj, double toOpacity, double animationTime ) : void

The animate opacity.

AnimationCompleted ( object sender, EventArgs e ) : void

Called when the animation completed.

FaceMouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Called when mouse left button is clicked on a face.

OnViewportChanged ( ) : void

The on viewport changed.

UpdateVisuals ( ) : void

The update visuals.

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

The viewport changed.

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

The visual model changed.

메소드 상세

OnClicked() 보호된 메소드

Called when a face was clicked.
protected OnClicked ( System.Windows.Media.Media3D.Vector3D lookDirection, System.Windows.Media.Media3D.Vector3D upDirection ) : void
lookDirection System.Windows.Media.Media3D.Vector3D The look direction.
upDirection System.Windows.Media.Media3D.Vector3D Up direction.
리턴 void

ViewCubeVisual3D() 공개 메소드

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

프로퍼티 상세

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

Identifies the BackText dependency property.
public static DependencyProperty,System.Windows BackTextProperty
리턴 System.Windows.DependencyProperty

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

Identifies the BottomText dependency property.
public static DependencyProperty,System.Windows BottomTextProperty
리턴 System.Windows.DependencyProperty

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

Identifies the Center dependency property.
public static DependencyProperty,System.Windows CenterProperty
리턴 System.Windows.DependencyProperty

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

Identifies the FrontText dependency property.
public static DependencyProperty,System.Windows FrontTextProperty
리턴 System.Windows.DependencyProperty

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

Identifies the LeftText dependency property.
public static DependencyProperty,System.Windows LeftTextProperty
리턴 System.Windows.DependencyProperty

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

Identifies the ModelUpDirection dependency property.
public static DependencyProperty,System.Windows ModelUpDirectionProperty
리턴 System.Windows.DependencyProperty

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

Identifies the RightText dependency property.
public static DependencyProperty,System.Windows RightTextProperty
리턴 System.Windows.DependencyProperty

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

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

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

Identifies the TopText dependency property.
public static DependencyProperty,System.Windows TopTextProperty
리턴 System.Windows.DependencyProperty

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

Identifies the Viewport dependency property.
public static DependencyProperty,System.Windows ViewportProperty
리턴 System.Windows.DependencyProperty