Convert from the arbitrary frame of reference for this plane to real world coordinates
public System.Windows.Media.Media3D.Point3D To3D(
System.Drawing.PointF
)
public function To3D(
: System.Drawing.PointF
): System.Windows.Media.Media3D.Point3D;
public function To3D(
: System.Drawing.PointF
) : System.Windows.Media.Media3D.Point3D;
public: System.Windows.Media.Media3D.Point3D To3D(
System.Drawing.PointF
)
public:
System.Windows.Media.Media3D.Point3D To3D(
System.Drawing.PointF
)
'Declaration
Public Function To3D( _
ByVal 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)
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
Target Platforms: .NET CLR 4.8 or higher