The Navigation3DControl type exposes the following members.

Methods

  NameDescription
Public methodAttach
Attach the navigation control to the event of an element.
Public methodDetach
Detach the navigation control from the event of an element.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeFromCamera(Camera)
Initialize the navigation control to match a perspective camera view.
Public methodInitializeFromCamera(Camera, Vector3D)
Initialize the 3D navigation control to match a perspective camera view.
Public methodInitializeFromCamera(Point3D, Point3D, Double)
Initialize the 3D navigation control using a specific camera positions and target.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateSlaves
Update all the slave viewports.
Public methodZoomBy
Zoom the camera by a certain amount, looking at the center point passed.

See Also