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にコピーされた型の数。

適用対象