Point3D.Explicit 演算子
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
パラメーター
- point
- Point3D
変換対象の点。
戻り値
point
の変換結果。
適用対象
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
パラメーター
- point
- Point3D
変換対象の点。
戻り値
point
の変換結果。