GraphicsPath.GetPathTypes(Span<Byte>) 方法

定义

PathPointType获取路径中点的类型。

public:
 int GetPathTypes(Span<System::Byte> destination);
public int GetPathTypes(Span<byte> destination);
member this.GetPathTypes : Span<byte> -> int
Public Function GetPathTypes (destination As Span(Of Byte)) As Integer

参数

destination
Span<Byte>

将类型复制到的跨度。 这至少应该只要 PointCount

返回

复制到的 destination类型的计数。

适用于