Search
Scene3D.CameraOrientation Property
See Also
 






Gets or sets the camera orientation.

Namespace: MindFusion.Charting.ThreeD
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Point3D CameraOrientation { get; set; }

Visual Basic  Copy Code

Public Property CameraOrientation As Point3D

 Property Value

An instance of the Point3D structure.

 See Also