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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.