GeneralTransform3DTo2D.Transform(Point3D) Método

Definición

Transforma el punto 3D especificado y devuelve el resultado.

public:
 System::Windows::Point Transform(System::Windows::Media::Media3D::Point3D point);
public System.Windows.Point Transform (System.Windows.Media.Media3D.Point3D point);
member this.Transform : System.Windows.Media.Media3D.Point3D -> System.Windows.Point
Public Function Transform (point As Point3D) As Point

Parámetros

point
Point3D

Punto 3D que se va a transformar.

Devoluciones

Point

Resultado de transformar point.

Excepciones

La transformación no fue correcta.

Comentarios

Transformse introduce en la .NET Framework versión 3.5. Para más información, vea Versiones y dependencias.

Se aplica a