Point3D.Explicit Operatör

Tanım

Bir Point3D yapıyı bir Vector3D yapıya veya yapıya Point4D dönüştürür.

Aşırı Yüklemeler

Explicit(Point3D to Point4D)

Bir Point3D yapıyı bir Point4D yapıya dönüştürür.

Explicit(Point3D to Vector3D)

Bir Point3D yapıyı bir Vector3D yapıya dönüştürür.

Explicit(Point3D to Point4D)

Bir Point3D yapıyı bir Point4D yapıya dönüştürür.

public:
 static explicit operator System::Windows::Media::Media3D::Point4D(System::Windows::Media::Media3D::Point3D point);
public static explicit operator System.Windows.Media.Media3D.Point4D (System.Windows.Media.Media3D.Point3D point);
static member op_Explicit : System.Windows.Media.Media3D.Point3D -> System.Windows.Media.Media3D.Point4D
Public Shared Narrowing Operator CType (point As Point3D) As Point4D

Parametreler

point
Point3D

Dönüştürülecek nokta.

Döndürülenler

dönüştürmenin pointsonucu.

Şunlara uygulanır

Explicit(Point3D to Vector3D)

Bir Point3D yapıyı bir Vector3D yapıya dönüştürür.

public:
 static explicit operator System::Windows::Media::Media3D::Vector3D(System::Windows::Media::Media3D::Point3D point);
public static explicit operator System.Windows.Media.Media3D.Vector3D (System.Windows.Media.Media3D.Point3D point);
static member op_Explicit : System.Windows.Media.Media3D.Point3D -> System.Windows.Media.Media3D.Vector3D
Public Shared Narrowing Operator CType (point As Point3D) As Vector3D

Parametreler

point
Point3D

Dönüştürülecek nokta.

Döndürülenler

dönüştürmenin pointsonucu.

Şunlara uygulanır