言語

Rect3D.Parse(String) メソッド

定義

Rect3Dの文字列形式を等価のRect3D構造体に変換します。

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

パラメーター

source
String

Rect3Dを表す文字列。

返品

Rect3Dの文字列形式。

注釈

Rect3D は通常、 MeshGeometry3D または Model3Dの境界を表すために使用されます。

適用対象