Matrix3D.Parse(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.