Свойство | Type | Description | |
---|---|---|---|
BackViewCommand | System.Windows.Input.RoutedCommand | ||
BottomViewCommand | System.Windows.Input.RoutedCommand | ||
CameraModeProperty | |||
CameraProperty | |||
CameraRotationModeProperty | |||
ChangeFieldOfViewCommand | System.Windows.Input.RoutedCommand | ||
ChangeFieldOfViewCursorProperty | |||
ChangeLookAtCommand | System.Windows.Input.RoutedCommand | ||
DefaultCameraProperty | |||
EnabledProperty | |||
FrontViewCommand | System.Windows.Input.RoutedCommand | ||
InertiaFactorProperty | |||
InfiniteSpinProperty | |||
IsChangeFieldOfViewEnabledProperty | |||
IsInertiaEnabledProperty | |||
IsMoveEnabledProperty | |||
IsPanEnabledProperty | |||
IsRotationEnabledProperty | |||
IsTouchZoomEnabledProperty | |||
IsZoomEnabledProperty | |||
LeftRightPanSensitivityProperty | |||
LeftRightRotationSensitivityProperty | |||
LeftViewCommand | System.Windows.Input.RoutedCommand | ||
LookAtChangedEvent | RoutedEvent | ||
MaximumFieldOfViewProperty | DependencyProperty | ||
MinimumFieldOfViewProperty | DependencyProperty | ||
ModelUpDirectionProperty | DependencyProperty | ||
MoveSensitivityProperty | DependencyProperty | ||
PageUpDownZoomSensitivityProperty | DependencyProperty | ||
PanCommand | RoutedCommand | ||
PanCursorProperty | DependencyProperty | ||
ResetCameraCommand | RoutedCommand | ||
RightViewCommand | RoutedCommand | ||
RotateAroundMouseDownPointProperty | DependencyProperty | ||
RotateCommand | RoutedCommand | ||
RotateCursorProperty | DependencyProperty | ||
RotationSensitivityProperty | DependencyProperty | ||
ShowCameraTargetProperty | DependencyProperty | ||
SpinReleaseTimeProperty | DependencyProperty | ||
TopViewCommand | RoutedCommand | ||
TouchModeProperty | DependencyProperty | ||
UpDownPanSensitivityProperty | DependencyProperty | ||
UpDownRotationSensitivityProperty | DependencyProperty | ||
ViewportProperty | DependencyProperty | ||
ZoomAroundMouseDownPointProperty | DependencyProperty | ||
ZoomCommand | RoutedCommand | ||
ZoomCursorProperty | DependencyProperty | ||
ZoomExtentsCommand | RoutedCommand | ||
ZoomRectangleCommand | RoutedCommand | ||
ZoomRectangleCursorProperty | DependencyProperty | ||
ZoomSensitivityProperty | DependencyProperty | ||
ZoomedByRectangleEvent | RoutedEvent |
Méthode | Description | |
---|---|---|
AddMoveForce ( System.Windows.Media.Media3D.Vector3D delta ) : void |
Adds the specified move force.
|
|
AddMoveForce ( double dx, double dy, double dz ) : void |
Adds the specified move force.
|
|
AddPanForce ( System.Windows.Media.Media3D.Vector3D pan ) : void |
The add pan force.
|
|
AddPanForce ( double dx, double dy ) : void |
Adds the specified pan force.
|
|
AddRotateForce ( double dx, double dy ) : void |
The add rotate force.
|
|
AddZoomForce ( double delta ) : void |
Adds the zoom force.
|
|
AddZoomForce ( double delta, System.Windows.Media.Media3D.Point3D zoomOrigin ) : void |
Adds the zoom force.
|
|
ChangeDirection ( System.Windows.Media.Media3D.Vector3D lookDir, System.Windows.Media.Media3D.Vector3D upDir, double animationTime = 500 ) : void |
Changes the direction of the camera.
|
|
ChangeDirection ( System.Windows.Media.Media3D.Vector3D lookDir, double animationTime = 500 ) : void |
Changes the direction of the camera.
|
|
HideRectangle ( ) : void |
Hides the rectangle.
|
|
HideTargetAdorner ( ) : void |
Hides the target adorner.
|
|
PushCameraSetting ( ) : void |
Push the current camera settings on an internal stack.
|
|
ResetCamera ( ) : void |
Resets the camera.
|
|
ResetCameraUpDirection ( ) : void |
Resets the camera up direction.
|
|
RestoreCameraSetting ( ) : bool |
Restores the most recent camera setting from the internal stack.
|
|
ShowRectangle ( Rect rect, Color color1, Color color2 ) : void |
Shows the rectangle.
|
|
ShowTargetAdorner ( Point position ) : void |
Shows the target adorner.
|
|
StartSpin ( Vector speed, Point position, Point3D aroundPoint ) : void |
Starts the spin.
|
|
StopSpin ( ) : void |
Stops the spin.
|
|
UpdateRectangle ( Rect rect ) : void |
Updates the rectangle.
|
|
Zoom ( double delta ) : void |
Zooms by the specified delta value.
|
|
ZoomExtents ( double animationTime = 200 ) : void |
Zooms to the extents of the model.
|
Méthode | Description | |
---|---|---|
OnLookAtChanged ( ) : void |
Raises the LookAtChanged event.
|
|
OnMouseDown ( MouseButtonEventArgs e ) : void |
DELETED BY SJT FOR .NET 3.5 Called when the E:System.Windows.UIElement.ManipulationCompleted event occurs. DELETED BY SJT FOR .NET 3.5 Called when the E:System.Windows.UIElement.ManipulationDelta event occurs. DELETED BY SJT FOR .NET 3.5 Called when the E:System.Windows.UIElement.ManipulationStarted event occurs. Invoked when an unhandled MouseDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
|
|
OnStylusSystemGesture ( StylusSystemGestureEventArgs e ) : void |
Invoked when an unhandled StylusSystemGesture attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
|
|
OnZoomedByRectangle ( ) : void |
Raises the ZoomedByRectangle event.
|
Méthode | Description | |
---|---|---|
BackViewHandler ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void |
The back view event handler.
|
|
BottomViewHandler ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void |
The bottom view event handler.
|
|
CameraChanged ( |
The camera changed.
|
|
CameraController ( ) : System |
Initializes static members of the CameraController class. Initializes static members of the CameraController class. Initializes static members of the
|
|
CameraControllerLoaded ( object sender, |
The camera controller_ loaded.
|
|
CameraControllerUnloaded ( object sender, |
Called when the CameraController is unloaded.
|
|
Clamp ( double value, double min, double max ) : double |
Clamps the specified value between the limits.
|
|
FindPanVector ( double dx, double dy ) : System.Windows.Media.Media3D.Vector3D |
Finds the pan vector.
|
|
FrontViewHandler ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void |
The front view event handler.
|
|
InitializeBindings ( ) : void |
Initializes the input bindings.
|
|
LeftViewHandler ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void |
The left view event handler.
|
|
LookAt ( System.Windows.Media.Media3D.Point3D target, double animationTime ) : void | ||
OnCameraChanged ( ) : void |
The on camera changed.
|
|
OnCompositionTargetRendering ( object sender, RenderingEventArgs e ) : void |
The rendering event handler.
|
|
OnKeyDown ( object sender, KeyEventArgs e ) : void |
Called when a key is pressed.
|
|
OnMouseWheel ( object sender, MouseWheelEventArgs e ) : void |
Called when the mouse wheel is moved.
|
|
OnTimeStep ( double time ) : void |
The on time step.
|
|
OnViewportChanged ( ) : void |
The on viewport changed.
|
|
RefreshViewport ( ) : void |
The refresh viewport.
|
|
ResetCameraHandler ( object sender, ExecutedRoutedEventArgs e ) : void |
The reset camera event handler.
|
|
RightViewHandler ( object sender, ExecutedRoutedEventArgs e ) : void |
The right view event handler.
|
|
StopAnimations ( ) : void |
The stop animations.
|
|
SubscribeEvents ( ) : void |
The subscribe events.
|
|
TopViewHandler ( object sender, ExecutedRoutedEventArgs e ) : void |
The top view event handler.
|
|
UnSubscribeEvents ( ) : void |
The un subscribe events.
|
|
ViewportChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void |
The viewport changed.
|
|
ZoomExtentsHandler ( object sender, ExecutedRoutedEventArgs e ) : void |
The Zoom extents event handler.
|
public AddMoveForce ( System.Windows.Media.Media3D.Vector3D delta ) : void | ||
delta | System.Windows.Media.Media3D.Vector3D | /// The delta. /// |
Résultat | void |
public AddMoveForce ( double dx, double dy, double dz ) : void | ||
dx | double | /// The delta x. /// |
dy | double | /// The delta y. /// |
dz | double | /// The delta z. /// |
Résultat | void |
public AddPanForce ( System.Windows.Media.Media3D.Vector3D pan ) : void | ||
pan | System.Windows.Media.Media3D.Vector3D | /// The pan. /// |
Résultat | void |
public AddPanForce ( double dx, double dy ) : void | ||
dx | double | /// The delta x. /// |
dy | double | /// The delta y. /// |
Résultat | void |
public AddRotateForce ( double dx, double dy ) : void | ||
dx | double | /// The delta x. /// |
dy | double | /// The delta y. /// |
Résultat | void |
public AddZoomForce ( double delta ) : void | ||
delta | double | /// The delta. /// |
Résultat | void |
public AddZoomForce ( double delta, System.Windows.Media.Media3D.Point3D zoomOrigin ) : void | ||
delta | double | /// The delta. /// |
zoomOrigin | System.Windows.Media.Media3D.Point3D | /// The zoom origin. /// |
Résultat | void |
public ChangeDirection ( System.Windows.Media.Media3D.Vector3D lookDir, System.Windows.Media.Media3D.Vector3D upDir, double animationTime = 500 ) : void | ||
lookDir | System.Windows.Media.Media3D.Vector3D | /// The look direction. /// |
upDir | System.Windows.Media.Media3D.Vector3D | /// The up direction. /// |
animationTime | double | /// The animation time. /// |
Résultat | void |
public ChangeDirection ( System.Windows.Media.Media3D.Vector3D lookDir, double animationTime = 500 ) : void | ||
lookDir | System.Windows.Media.Media3D.Vector3D | /// The look direction. /// |
animationTime | double | /// The animation time. /// |
Résultat | void |
protected OnMouseDown ( MouseButtonEventArgs e ) : void | ||
e | MouseButtonEventArgs | /// The data for the event. /// |
Résultat | void |
protected OnStylusSystemGesture ( StylusSystemGestureEventArgs e ) : void | ||
e | StylusSystemGestureEventArgs |
/// The |
Résultat | void |
public ShowRectangle ( Rect rect, Color color1, Color color2 ) : void | ||
rect | Rect | /// The rectangle. /// |
color1 | Color | /// The color 1. /// |
color2 | Color | /// The color 2. /// |
Résultat | void |
public ShowTargetAdorner ( Point position ) : void | ||
position | Point | /// The position. /// |
Résultat | void |
public StartSpin ( Vector speed, Point position, Point3D aroundPoint ) : void | ||
speed | Vector | /// The speed. /// |
position | Point | /// The position. /// |
aroundPoint | Point3D | /// The spin around point. /// |
Résultat | void |
public UpdateRectangle ( Rect rect ) : void | ||
rect | Rect | /// The rectangle. /// |
Résultat | void |
public Zoom ( double delta ) : void | ||
delta | double | /// The delta value. /// |
Résultat | void |
public ZoomExtents ( double animationTime = 200 ) : void | ||
animationTime | double | /// The animation time (milliseconds). /// |
Résultat | void |
public static RoutedCommand,System.Windows.Input BackViewCommand | ||
Résultat | System.Windows.Input.RoutedCommand |
public static RoutedCommand,System.Windows.Input BottomViewCommand | ||
Résultat | System.Windows.Input.RoutedCommand |
public static DependencyProperty,System.Windows CameraModeProperty | ||
Résultat |
public static DependencyProperty,System.Windows CameraProperty | ||
Résultat |
public static DependencyProperty,System.Windows CameraRotationModeProperty | ||
Résultat |
public static RoutedCommand,System.Windows.Input ChangeFieldOfViewCommand | ||
Résultat | System.Windows.Input.RoutedCommand |
public static DependencyProperty,System.Windows ChangeFieldOfViewCursorProperty | ||
Résultat |
public static RoutedCommand,System.Windows.Input ChangeLookAtCommand | ||
Résultat | System.Windows.Input.RoutedCommand |
public static DependencyProperty,System.Windows DefaultCameraProperty | ||
Résultat |
public static DependencyProperty,System.Windows EnabledProperty | ||
Résultat |
public static RoutedCommand,System.Windows.Input FrontViewCommand | ||
Résultat | System.Windows.Input.RoutedCommand |
public static DependencyProperty,System.Windows InertiaFactorProperty | ||
Résultat |
public static DependencyProperty,System.Windows InfiniteSpinProperty | ||
Résultat |
public static DependencyProperty,System.Windows IsChangeFieldOfViewEnabledProperty | ||
Résultat |
public static DependencyProperty,System.Windows IsInertiaEnabledProperty | ||
Résultat |
public static DependencyProperty,System.Windows IsMoveEnabledProperty | ||
Résultat |
public static DependencyProperty,System.Windows IsPanEnabledProperty | ||
Résultat |
public static DependencyProperty,System.Windows IsRotationEnabledProperty | ||
Résultat |
public static DependencyProperty,System.Windows IsTouchZoomEnabledProperty | ||
Résultat |
public static DependencyProperty,System.Windows IsZoomEnabledProperty | ||
Résultat |
public static DependencyProperty,System.Windows LeftRightPanSensitivityProperty | ||
Résultat |
public static DependencyProperty,System.Windows LeftRightRotationSensitivityProperty | ||
Résultat |
public static RoutedCommand,System.Windows.Input LeftViewCommand | ||
Résultat | System.Windows.Input.RoutedCommand |
public static RoutedEvent LookAtChangedEvent | ||
Résultat | RoutedEvent |
public static DependencyProperty MaximumFieldOfViewProperty | ||
Résultat | DependencyProperty |
public static DependencyProperty MinimumFieldOfViewProperty | ||
Résultat | DependencyProperty |
public static DependencyProperty ModelUpDirectionProperty | ||
Résultat | DependencyProperty |
public static DependencyProperty MoveSensitivityProperty | ||
Résultat | DependencyProperty |
public static DependencyProperty PageUpDownZoomSensitivityProperty | ||
Résultat | DependencyProperty |
public static RoutedCommand PanCommand | ||
Résultat | RoutedCommand |
public static DependencyProperty PanCursorProperty | ||
Résultat | DependencyProperty |
public static RoutedCommand ResetCameraCommand | ||
Résultat | RoutedCommand |
public static RoutedCommand RightViewCommand | ||
Résultat | RoutedCommand |
public static DependencyProperty RotateAroundMouseDownPointProperty | ||
Résultat | DependencyProperty |
public static RoutedCommand RotateCommand | ||
Résultat | RoutedCommand |
public static DependencyProperty RotateCursorProperty | ||
Résultat | DependencyProperty |
public static DependencyProperty RotationSensitivityProperty | ||
Résultat | DependencyProperty |
public static DependencyProperty ShowCameraTargetProperty | ||
Résultat | DependencyProperty |
public static DependencyProperty SpinReleaseTimeProperty | ||
Résultat | DependencyProperty |
public static RoutedCommand TopViewCommand | ||
Résultat | RoutedCommand |
public static DependencyProperty TouchModeProperty | ||
Résultat | DependencyProperty |
public static DependencyProperty UpDownPanSensitivityProperty | ||
Résultat | DependencyProperty |
public static DependencyProperty UpDownRotationSensitivityProperty | ||
Résultat | DependencyProperty |
public static DependencyProperty ViewportProperty | ||
Résultat | DependencyProperty |
public static DependencyProperty ZoomAroundMouseDownPointProperty | ||
Résultat | DependencyProperty |
public static RoutedCommand ZoomCommand | ||
Résultat | RoutedCommand |
public static DependencyProperty ZoomCursorProperty | ||
Résultat | DependencyProperty |
public static RoutedCommand ZoomExtentsCommand | ||
Résultat | RoutedCommand |
public static RoutedCommand ZoomRectangleCommand | ||
Résultat | RoutedCommand |
public static DependencyProperty ZoomRectangleCursorProperty | ||
Résultat | DependencyProperty |
public static DependencyProperty ZoomSensitivityProperty | ||
Résultat | DependencyProperty |