Transform.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.
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
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
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.