Transform::Parse Method (String^)

 

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

Namespace:   System.Windows.Media
Assembly:  PresentationCore (in PresentationCore.dll)

public:
static Transform^ Parse(
	String^ source
)

Parameters

source
Type: System::String^

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

Return Value

Type: System.Windows.Media::Transform^

A new transform that is constructed from the specified string.

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

.NET Framework
Available since 3.0
Return to top
Show: