Returns a 3D point projected on the specified client point.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
C# Copy Code |
---|
public Point3D GetProjectionOrigin ( |
Visual Basic Copy Code |
---|
Public Function GetProjectionOrigin( _ |
A float value specifying the desired distance from the projection plane.
A Point3D projected on the specified pixel.
There are infinitely many points projected on a single point. This method returns the one that is at distance depth from the projection plane.