GraphicsPath.GetPathPoints(Span<PointF>) Metoda

Definice

Získá body v cestě.

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

Parametry

destination
Span<PointF>

Překlenujte body do. To by mělo být alespoň tak dlouho, jako je PointCount.

Návraty

Počet bodů zkopírovaných do .destination

Platí pro