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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.