Search
DiagramView3D.CameraPosition Property
See Also
 





Gets or sets the camera position.

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

 Syntax

C#  Copy Code

public Point3D CameraPosition { get; set; }

Visual Basic  Copy Code

Public Property CameraPosition As Point3D

 Property Value

A Point3D value specifying the camera position.

 See Also