GeneralTransformGroup.TryTransform(Point, Point) メソッド

定義

指定したポイントの変換を試行します。

public:
 override bool TryTransform(System::Windows::Point inPoint, [Runtime::InteropServices::Out] System::Windows::Point % result);
public override bool TryTransform (System.Windows.Point inPoint, out System.Windows.Point result);
override this.TryTransform : System.Windows.Point * Point -> bool
Public Overrides Function TryTransform (inPoint As Point, ByRef result As Point) As Boolean

パラメーター

inPoint
Point

変換する点。

result
Point

inPoint の変換結果。

戻り値

Boolean

inPoint が変換された場合は true。それ以外の場合は false

適用対象

こちらもご覧ください