GeneralTransform2DTo3D.Transform(Point) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
变换指定的点并返回结果。
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 中引入。 有关详细信息,请参见版本和依赖关系。