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