GraphicsPathIterator.CopyData

GraphicsPathIterator.CopyData method

연결된 GraphicsPath.PathPoints 속성 및 GraphicsPath.PathTypes 속성 arrays 를 복사합니다.GraphicsPath 두 개의 지정된 배열로.

public int CopyData(ref PointF[] points, ref byte[] types, int startIndex, int endIndex)
모수유형설명
pointsPointF[]&반환 시 경로의 점을 나타내는 System.Drawing.PointF 구조의 배열을 포함합니다.
typesByte[]&반환 시 경로의 점 유형을 나타내는 바이트 배열을 포함합니다.
startIndexInt32배열의 시작 인덱스를 지정합니다.
endIndexInt32배열의 끝 인덱스를 지정합니다.

반환 값

복사된 점의 수입니다.

또한보십시오