MindFusion WinForms Programmer's Guide
DiagramView3D.GetProjectionOrigin Method (Point)
See Also
 





Returns a 3D point projected on the specified client point.

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

 Syntax

C#  Copy Code

public Point3D GetProjectionOrigin (
    Point point
)

Visual Basic  Copy Code

Public Function GetProjectionOrigin( _
    point As Point _
) As Point3D

 Parameters

point
A Point instance specifying the coordinates of a pixel in the view.

 Return Value

A Point3D projected on the specified pixel.

 Remarks

There are infinitely many points projected on a single point. This method returns the one that is at CreationPlaneDistance from the projection plane.

 See Also

GetProjectionOrigin Method Overload List
DiagramView3D Members
DiagramView3D Class
MindFusion.Diagramming.WinForms Namespace