GeneralTransform2DTo3D.Transform(Point) メソッド

定義

指定した点を変換し、結果を返します。

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

パラメーター

point
Point

変換する点。

戻り値

point の変換結果。

例外

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

注釈

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

適用対象