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的结果。

返回

如果 已转换,则为 /&;

适用于

另请参阅