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>

지점을 복사할 범위입니다. 이 작업은 최소한 .만큼 PointCount이어야 합니다.

반품

에 복사된 포인트 수입니다 destination.

적용 대상