Rect3D.Parse(String) メソッド
定義
public:
static System::Windows::Media::Media3D::Rect3D Parse(System::String ^ source);
public static System.Windows.Media.Media3D.Rect3D Parse (string source);
static member Parse : string -> System.Windows.Media.Media3D.Rect3D
Public Shared Function Parse (source As String) As Rect3D
パラメーター
戻り値
Rect3D の文字列形式。A string representation of the Rect3D.
注釈
Rect3D は、通常、またはの境界を表すために使用され MeshGeometry3D Model3D ます。Rect3D is typically used to represent the bounds of a MeshGeometry3D or Model3D.