PathF.Separate 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.
Splits the path into individual sub-path objects.
public:
System::Collections::Generic::List<Microsoft::Maui::Graphics::PathF ^> ^ Separate();
public System.Collections.Generic.List<Microsoft.Maui.Graphics.PathF> Separate();
member this.Separate : unit -> System.Collections.Generic.List<Microsoft.Maui.Graphics.PathF>
Public Function Separate () As List(Of PathF)
Returns
A list of sub-paths.