GraphicsPath.GetPathPoints(Span<PointF>) Method

Definition

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>

Returns

Applies to