Matrix3D.Parse(String) メソッド

定義

Matrix3D 構造体の文字列表現を、等価の Matrix3D 構造体に変換します。

public:
 static System::Windows::Media::Media3D::Matrix3D Parse(System::String ^ source);
public static System.Windows.Media.Media3D.Matrix3D Parse (string source);
static member Parse : string -> System.Windows.Media.Media3D.Matrix3D
Public Shared Function Parse (source As String) As Matrix3D

パラメーター

source
String

Matrix3D の文字列表現。

戻り値

文字列によって表された Matrix3D 構造体。

適用対象