Search
Scene3D.Project Method (Point3D)
See Also
 






Projects specified point on projection plane.

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

 Syntax

C#  Copy Code

public Point3D Project (
    Point3D point
)

Visual Basic  Copy Code

Public Function Project( _
    point As Point3D _
) As Point3D

 Parameters

point

A Point3D to project.

 Return Value

A Point3D containing projection coordinates.

 See Also