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点数。

适用于