Aracılığıyla paylaş


Vector3D.Explicit Operatör

Tanım

Bir Vector3D yapıyı bir Point3D yapıya veya öğesine Size3Ddönüştürür.

Aşırı Yüklemeler

Explicit(Vector3D to Point3D)

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

Explicit(Vector3D to Size3D)

Bir Vector3D yapıyı öğesine Size3Ddönüştürür.

Explicit(Vector3D to Point3D)

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

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

Parametreler

vector
Vector3D

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

Döndürülenler

Point3D

dönüştürmenin vectorsonucu.

Şunlara uygulanır

Explicit(Vector3D to Size3D)

Bir Vector3D yapıyı öğesine Size3Ddönüştürür.

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

Parametreler

vector
Vector3D

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

Döndürülenler

Size3D

dönüştürmenin vectorsonucu.

Açıklamalar

Bir Size3D yapı negatif olamayacağından, yapısının XY mutlak değerleri ve Z özellikleri Vector3D kullanılır.

Şunlara uygulanır