Click or drag to resize
Ab4d.SharpEngine logo

PointerCameraController Class

PointerCameraController is a camera controller that can control the camera by mouse events. This class can be used in WPF application and can subscribe to mouse events on the WPF Control that is defined by the EventsSourceElement.
Inheritance Hierarchy
SystemObject
  Ab4d.SharpEngine.UtilitiesCameraController
    Ab4d.SharpEngine.UtilitiesManualPointerCameraController
      Ab4d.SharpEngine.WpfPointerCameraController
        Ab4d.SharpEngine.WpfMouseCameraController

Namespace: Ab4d.SharpEngine.Wpf
Assembly: Ab4d.SharpEngine.Wpf (in Ab4d.SharpEngine.Wpf.dll) Version: 3.0.9208+3b2441d6a11f923f2600f40f4296bdc3d8b46035
Syntax
C#
public class PointerCameraController : ManualPointerCameraController

The PointerCameraController type exposes the following members.

Constructors
 NameDescription
Public methodPointerCameraController Constructor
Public methodPointerCameraController(SceneView, FrameworkElement) Constructor that takes SceneView and eventsSourceElement
Public methodPointerCameraController(SharpEngineSceneView, FrameworkElement) Constructor that takes SharpEngineSceneView and an optional FrameworkElement as events source. If later is not specified, then SharpEngineSceneView is used as events source.
Top
Properties
 NameDescription
Public propertyEventsSourceElement Gets or sets the WPF's FrameworkElement that is used to subscribe the mouse events (for example a Border that is a parent of a SharpEngineSceneView). If the property is not set, SharpEngineSceneView element is used as event source (if not null).
Public propertySharpEngineSceneView Gets or sets the SharpEngineSceneView that is controlled by this PointerCameraController.
Top
See Also