GeneralTransform3D.Transform(Point3D) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
轉換指定的 3D 點,並傳回結果。
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
要轉換的 3D 點。
傳回
轉換 point
的結果。
例外狀況
備註
Transform.NET Framework 3.5 版引進。 如需詳細資訊,請參閱版本和相依性。