共用方式為


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>

傳回

適用於