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