GeneralTransform.Transform(Point) メソッド

定義

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

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
Public Function Transform (point As Point) As Point

パラメーター

point
Point

変換する点。

戻り値

Point

point の変換結果。

例外

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

適用対象