Gets or sets the camera rotation in yaw, roll and pitch angles.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public Point3D CameraRotation { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CameraRotation As Point3D |
A Point3D value specifying the camera's pitch, roll and yaw angles.
See Also