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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.