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 结构。

适用于