GraphicsPath.GetPathPoints(Span<PointF>) メソッド

定義

パス内のポイントを取得します。

public:
 int GetPathPoints(Span<System::Drawing::PointF> destination);
public int GetPathPoints(Span<System.Drawing.PointF> destination);
member this.GetPathPoints : Span<System.Drawing.PointF> -> int
Public Function GetPathPoints (destination As Span(Of PointF)) As Integer

パラメーター

destination
Span<PointF>

ポイントをコピーするスパン。 これは、少なくとも PointCount限りである必要があります。

返品

destinationにコピーされたポイントの数。

適用対象