GeneralTransform2DTo3D.TryTransform(Point, Point3D) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
嘗試轉換指定的點,並傳回表示轉換是否成功的值。
public:
bool TryTransform(System::Windows::Point inPoint, [Runtime::InteropServices::Out] System::Windows::Media::Media3D::Point3D % result);
public bool TryTransform (System.Windows.Point inPoint, out System.Windows.Media.Media3D.Point3D result);
member this.TryTransform : System.Windows.Point * Point3D -> bool
Public Function TryTransform (inPoint As Point, ByRef result As Point3D) As Boolean
參數
- inPoint
- Point
要轉換的點。
- result
- Point3D
轉換 inPoint
的結果。
傳回
如果已轉換 inPoint
則為 true
,否則為 false
。
備註
Transform不同于 方法,如果轉換失敗,這個方法不會擲回例外狀況。
TryTransform.NET Framework 3.5 版引進。 如需詳細資訊,請參閱版本和相依性。