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.

적용 대상