Transform.Parse(String) Method

Definition

Creates a new Transform from the specified string representation of a transformation matrix.

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

Parameters

source
String

Six comma-delimited Double values that describe the new Transform. See also Remarks.

Returns

A new transform that is constructed from the specified string.

Remarks

For more information, see the XAML Attribute Usage section of the MatrixTransform class page.

Applies to

See also