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