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 구조체입니다.

적용 대상