GraphicsPath.GetPathPoints(Span<PointF>) Yöntem

Tanım

Yoldaki noktaları alır.

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

Parametreler

destination
Span<PointF>

Noktaların kopyalanması için yayılma. Bu, en az olduğu sürece PointCountolmalıdır.

Döndürülenler

içine kopyalanan noktaların destinationsayısı.

Şunlara uygulanır