GeneralTransform3DGroup.TryTransform(Point3D, Point3D) メソッド

定義

指定した 3-D ポイントの変換を試みます。

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

パラメーター

inPoint
Point3D

変換する 3-D ポイント。

result
Point3D

inPoint変換の結果。

返品

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

注釈

TryTransform は、.NET Framework バージョン 3.5 で導入されています。 詳細については、「 バージョンと依存関係」を参照してください。

適用対象

こちらもご覧ください