PathF.Points Property
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.
Enumerates all points used by the path's segments in logical order.
public:
property System::Collections::Generic::IEnumerable<Microsoft::Maui::Graphics::PointF> ^ Points { System::Collections::Generic::IEnumerable<Microsoft::Maui::Graphics::PointF> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.Maui.Graphics.PointF> Points { get; }
member this.Points : seq<Microsoft.Maui.Graphics.PointF>
Public ReadOnly Property Points As IEnumerable(Of PointF)