GraphicsPath.GetPathPoints(Span<PointF>) 方法

定义

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

参数

destination
Span<PointF>

返回

适用于