BezierPathBuilder.Build

BezierPathBuilder.Build method

추적 지점 목록에서 경로 세그먼트를 작성합니다.

public IEnumerable<SVGPathSeg> Build(IEnumerable<PointF> trace, SVGPathElement path)
모수유형설명
traceIEnumerable`1추적 지점 목록
pathSVGPathElement경로 세그먼트가 추가될 SVG 경로 요소입니다.

반환 값

경로 세그먼트 목록SVGPathSeg.

또한보십시오