PathBuilder.Build(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.
Builds a path from a string definition.
public:
static Microsoft::Maui::Graphics::PathF ^ Build(System::String ^ definition);
public static Microsoft.Maui.Graphics.PathF Build(string definition);
static member Build : string -> Microsoft.Maui.Graphics.PathF
Public Shared Function Build (definition As String) As PathF
Parameters
- definition
- String
The string definition of the path using SVG-like path commands.
Returns
A new PathF object representing the defined path.
Remarks
Returns an empty path if the definition is null or empty.