GeneralTransform3D.Transform(Point3D) メソッド

定義

指定した 3-D ポイントを変換し、結果を返します。

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

パラメーター

point
Point3D

変換する 3-D ポイント。

返品

point変換の結果。

例外

変換が成功しませんでした。

注釈

Transform は、.NET Framework バージョン 3.5 で導入されています。 詳細については、「 バージョンと依存関係」を参照してください。

適用対象