Search
DiagramView3D.CameraRotation Property
See Also
 





Gets or sets the camera rotation in yaw, roll and pitch angles.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public Point3D CameraRotation { get; set; }

Visual Basic  Copy Code

Public Property CameraRotation As Point3D

 Property Value

A Point3D value specifying the camera's pitch, roll and yaw angles.

 See Also