Search
DiagramView3D.PointCameraTo Method
See Also
 





Points the camera to the specified point in 3D space.

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

 Syntax

C#  Copy Code

public void PointCameraTo (
    Point3D point
)

Visual Basic  Copy Code

Public Sub PointCameraTo( _
    point As Point3D _
)

 Parameters

point
A Point3D value specifying where the camera should point to.

 See Also