次の方法で共有


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[]

適用対象