Share via


PathF.Separate Method

Definition

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.

Applies to