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

適用於

另請參閱