Matrix3D.Parse(String) Method

Definition

Converts a string representation of a Matrix3D structure into the equivalent Matrix3D structure.

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

Parameters

source
String

String representation of the Matrix3D.

Returns

Matrix3D structure represented by the string.

Applies to