共用方式為


PathF.GetPointsForSegment(Int32) 方法

定義

public:
 cli::array <Microsoft::Maui::Graphics::PointF> ^ GetPointsForSegment(int segmentIndex);
public Microsoft.Maui.Graphics.PointF[] GetPointsForSegment (int segmentIndex);
member this.GetPointsForSegment : int -> Microsoft.Maui.Graphics.PointF[]
Public Function GetPointsForSegment (segmentIndex As Integer) As PointF()

參數

segmentIndex
Int32

傳回

PointF[]

適用於