Point3D.Explicit Operatör
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
Explicit(Point3D to Point4D) | |
Explicit(Point3D to Vector3D) |
Explicit(Point3D to Point4D)
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 point
sonucu.
Şunlara uygulanır
Explicit(Point3D to Vector3D)
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 point
sonucu.
Şunlara uygulanır
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.