GeneralTransform.Transform(Point) 方法
定义
变换指定的点并返回结果。Transforms the specified point and returns the result.
public:
System::Windows::Point Transform(System::Windows::Point point);
public System.Windows.Point Transform (System.Windows.Point point);
member this.Transform : System.Windows.Point -> System.Windows.Point
参数
- point
- Point
要转换的点。The point to transform.
返回
变换 point
的结果。The result of transforming point
.
异常
变换未成功。The transform did not succeed.