Edit

Share via


GraphicsPath.GetPathPoints(Span<PointF>) Method

Definition

Gets the points in the path.

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

Parameters

destination
Span<PointF>

Span to copy the points into. This should be at least as long as the PointCount.

Returns

The count of points copied into the destination.

Applies to