'Declaration
Public Function To2D( _ ByVal p1 As System.Windows.Media.Media3D.Point3D _ ) As System.Drawing.PointF
'Usage
Dim instance As Plane3D Dim p1 As System.Windows.Media.Media3D.Point3D Dim value As System.Drawing.PointF value = instance.To2D(p1)
public System.Drawing.PointF To2D( System.Windows.Media.Media3D.Point3D p1 )
public function To2D( p1: System.Windows.Media.Media3D.Point3D ): System.Drawing.PointF;
public function To2D( p1 : System.Windows.Media.Media3D.Point3D ) : System.Drawing.PointF;
public: System.Drawing.PointF To2D( System.Windows.Media.Media3D.Point3D p1 )
public: System.Drawing.PointF To2D( System.Windows.Media.Media3D.Point3D p1 )
Parameters
- p1
Return Value
The 2D coordinates, in the arbitrary frame of reference, of the point on the plane closest to the given real world
coordinates