GraphicsPath.GetPathPoints(Span<PointF>) Methode

Definitie

Haalt de punten in het pad op.

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 om de punten naar te kopiƫren. Dit moet ten minste zo lang zijn als de PointCount.

Retouren

Het aantal punten dat is gekopieerd naar de destination.

Van toepassing op