PathF.Reverse 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 path with the segment and point order reversed.
public:
Microsoft::Maui::Graphics::PathF ^ Reverse();
public Microsoft.Maui.Graphics.PathF Reverse();
member this.Reverse : unit -> Microsoft.Maui.Graphics.PathF
Public Function Reverse () As PathF
Returns
A new reversed path.